Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/harden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with: { python-version: "3.x" }
# Clippy checks Rust; this checks FFai. Every rule exists because an audit
# found the thing it prevents - see tools/lint_invariants.py --list.
Expand All @@ -271,7 +271,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with: { python-version: "3.x" }
# The README blocks are GENERATED from each crate's plan file. This fails the build
# when a plan file was edited without re-rendering, which is the only thing keeping
Expand Down
Loading