Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
steps:
- name: Checkout
# actions/checkout v4, pinned to a full commit SHA.
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd

Check warning on line 22 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Rust (macos-14)

remote/validation-error

Remote validation for 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' could not complete: GitHub API returned 403 (rate limited or forbidden). Reference: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd'. Retry later, adjust remote validation timeout/retry settings, or disable remote validation for offline/static-only runs.
with:
persist-credentials: false
- name: Dependency pinning
# bjcorder/deterministic-deps main snapshot, pinned to a full commit SHA.
uses: bjcorder/deterministic-deps@6076e4b0edc592d8f09b8984bf504b8709eb6b4f
uses: bjcorder/deterministic-deps@838ba7893ec59d17e7883fbc1629a222dacb431b

Check warning on line 27 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Rust (macos-14)

remote/validation-error

Remote validation for 'bjcorder/deterministic-deps@838ba7893ec59d17e7883fbc1629a222dacb431b' could not complete: GitHub API returned 403 (rate limited or forbidden). Reference: 'bjcorder/deterministic-deps@838ba7893ec59d17e7883fbc1629a222dacb431b'. Retry later, adjust remote validation timeout/retry settings, or disable remote validation for offline/static-only runs.
with:
mode: enforce
severity-threshold: medium
Expand All @@ -32,7 +32,7 @@
remote-validation: true
- name: Install Rust
# dtolnay/rust-toolchain stable branch snapshot, pinned to a full commit SHA.
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8

Check warning on line 35 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Rust (macos-14)

remote/validation-error

Remote validation for 'dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8' could not complete: GitHub API returned 403 (rate limited or forbidden). Reference: 'dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8'. Retry later, adjust remote validation timeout/retry settings, or disable remote validation for offline/static-only runs.
with:
toolchain: 1.95.0
components: rustfmt, clippy
Expand Down