From ddf9e3400a0d02c3bde9a012c521649acd872490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:50:04 +0000 Subject: [PATCH] deps(actions): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/cache](https://github.com/actions/cache), [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `actions/cache` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/9255dc7a253b0ccc959486e2bca901246202afeb...8b402f58fbc84540c8b491a91e594a4576fec3d7) Updates `mozilla-actions/sccache-action` from 0.0.6 to 0.0.9 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/9e326ebed976843c9932b3aa0e021c6f50310eb4...7d986dd989559c6ecdb630a3fd2557667be217ad) Updates `EmbarkStudios/cargo-deny-action` from 1.6.3 to 2.0.15 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/3f4a782664881cf5725d0ffd23969fcce89fd868...3fd3802e88374d3fe9159b834c7714ec57d6c979) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/ci.yml | 18 +++++++++--------- .github/workflows/quality-gates.yml | 8 ++++---- .github/workflows/security.yml | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) 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