diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dc4ba86..fa5a962 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,7 +37,7 @@ jobs: toolchain: stable - name: Cache cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: | ~/.cargo/registry @@ -134,7 +134,7 @@ jobs: toolchain: stable - name: Cache cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: | ~/.cargo/registry diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de92ee8..319f161 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: toolchain: ${{ matrix.rust }} - name: Configure sccache - uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Cache Rust artifacts uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -146,7 +146,7 @@ jobs: components: clippy - name: Configure sccache - uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Cache Rust artifacts uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -206,7 +206,7 @@ jobs: toolchain: stable - name: Configure sccache - uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Cache Rust artifacts uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -254,7 +254,7 @@ jobs: toolchain: stable - name: Configure sccache - uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Cache Rust artifacts uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -366,14 +366,14 @@ jobs: continue-on-error: true - name: Run cargo-deny (advisories) - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v1 with: log-level: warn command: check advisories continue-on-error: true - name: Run cargo-deny (licenses) - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v1 with: log-level: warn command: check licenses @@ -410,7 +410,7 @@ jobs: toolchain: stable - name: Configure sccache - uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6 + uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Cache Rust artifacts uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -419,7 +419,7 @@ jobs: cache-on-failure: true - name: Restore benchmark baseline - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: target/criterion key: benchmark-baseline-${{ github.base_ref || 'main' }} @@ -445,7 +445,7 @@ jobs: - name: Save benchmark baseline (main only) if: github.ref == 'refs/heads/main' - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: target/criterion key: benchmark-baseline-main-${{ github.sha }} diff --git a/.github/workflows/quality-gates.yml b/.github/workflows/quality-gates.yml index 72c941d..8657cd9 100644 --- a/.github/workflows/quality-gates.yml +++ b/.github/workflows/quality-gates.yml @@ -250,7 +250,7 @@ jobs: prefix-key: "v2-gate5" - name: Restore benchmark baseline - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: target/criterion key: benchmark-baseline-${{ github.base_ref || 'main' }} @@ -282,7 +282,7 @@ jobs: - name: Save benchmark baseline (main only) if: github.ref == 'refs/heads/main' - uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: target/criterion key: benchmark-baseline-main-${{ github.sha }} @@ -381,14 +381,14 @@ jobs: continue-on-error: ${{ github.event.inputs.strict_security != 'true' }} - name: Run cargo-deny (advisories) - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v1 with: log-level: warn command: check advisories continue-on-error: ${{ github.event.inputs.strict_security != 'true' }} - name: Run cargo-deny (licenses) - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v1 with: log-level: warn command: check licenses diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index b03b42f..cf969cb 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - name: Run cargo-deny (${{ matrix.checks }}) - uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v1 with: log-level: warn command: check ${{ matrix.checks }} @@ -150,7 +150,7 @@ jobs: components: clippy - name: Cache cargo - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: | ~/.cargo/registry