chore(ci): ignore stale action refs on rust-toolchain action

This action doesn't create releases so the action refs doesn't point to a known tag.
If this zizmor findings is not ignored, then continuous integration pipeline is broken.
This commit is contained in:
David Testé
2025-06-04 10:26:43 +02:00
committed by David Testé
parent fe0a195630
commit 856fc1a709
40 changed files with 42 additions and 42 deletions

View File

@@ -277,7 +277,7 @@ jobs:
GCC_VERSION: ${{ matrix.gcc }}
- name: Install rust
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1
uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # zizmor: ignore[stale-action-refs] this action doesn't create releases
with:
toolchain: nightly