From e37ab3a603f5d4cc87a044e0c318833bb869aa7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:34:24 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `5.0.3` | `5.0.4` | | [taiki-e/install-action](https://github.com/taiki-e/install-action) | `2.68.34` | `2.69.7` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `5.5.3` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.33.0` | `4.34.1` | | [github/gh-aw](https://github.com/github/gh-aw) | `0.58.3` | `0.62.5` | Updates `actions/cache` from 5.0.3 to 5.0.4 - [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/cdf6c1fa76f9f475f3d7449005a359c84ca0f306...668228422ae6a00e4ad889ee87cd7109ec5666a7) Updates `taiki-e/install-action` from 2.68.34 to 2.69.7 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/de6bbd1333b8f331563d54a051e542c7dfef81c3...0d865d5cc6d507df4765f1f866bfae8bab4e2a73) Updates `codecov/codecov-action` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/671740ac38dd9b0130fbe1cec585b89eea48d3de...1af58845a975a7985b0beb0cbe6fbbb71a41dbad) Updates `github/codeql-action` from 4.33.0 to 4.34.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/b1bff81932f5cdfc8695c7752dcee935dcd061c8...38697555549f1db7851b81482ff19f1fa5c4fedc) Updates `github/gh-aw` from 0.58.3 to 0.62.5 - [Release notes](https://github.com/github/gh-aw/releases) - [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/gh-aw/compare/08a903b1fb2e493a84a57577778fe5dd711f9468...48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.69.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: 5.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/gh-aw dependency-version: 0.62.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-regression.yml | 6 +++--- .github/workflows/ci-checks.yml | 10 +++++----- .github/workflows/ci-coverage.yml | 6 +++--- .github/workflows/ci-test-matrix.yml | 4 ++-- .github/workflows/code-quality.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 4 ++-- .github/workflows/daily-docs-review.lock.yml | 10 +++++----- .github/workflows/docs-freshness.lock.yml | 10 +++++----- .github/workflows/fuzz-testing.yml | 4 ++-- .github/workflows/mutation-testing.yml | 8 ++++---- .github/workflows/release-packages.yml | 4 ++-- .github/workflows/release-sbom.yml | 2 +- .github/workflows/security-audit.yml | 2 +- 14 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/benchmark-regression.yml b/.github/workflows/benchmark-regression.yml index 2d2517e..dbacbb9 100644 --- a/.github/workflows/benchmark-regression.yml +++ b/.github/workflows/benchmark-regression.yml @@ -25,7 +25,7 @@ jobs: toolchain: stable - name: Cache dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.cargo/registry @@ -37,7 +37,7 @@ jobs: run: cargo install cargo-criterion || true - name: Download baseline benchmarks - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: target/criterion key: benchmark-baseline-${{ github.base_ref || 'main' }} @@ -134,7 +134,7 @@ jobs: - name: Store updated baseline if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' - uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: target/criterion key: benchmark-baseline-${{ github.ref_name }}-${{ github.sha }} diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 3da2f82..3ea6ac5 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -72,7 +72,7 @@ jobs: - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -110,7 +110,7 @@ jobs: - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -144,7 +144,7 @@ jobs: - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -170,7 +170,7 @@ jobs: - name: Install cargo-deny # v2.67.25 uses: >- - taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-deny @@ -194,7 +194,7 @@ jobs: - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry diff --git a/.github/workflows/ci-coverage.yml b/.github/workflows/ci-coverage.yml index 6243315..51af0d7 100644 --- a/.github/workflows/ci-coverage.yml +++ b/.github/workflows/ci-coverage.yml @@ -33,13 +33,13 @@ jobs: - name: Install cargo-llvm-cov # v2.67.25 uses: >- - taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-llvm-cov@0.6.14 - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -92,7 +92,7 @@ jobs: - name: Upload coverage to Codecov # v5.5.2 uses: >- - codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de + codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad with: files: lcov.info fail_ci_if_error: false diff --git a/.github/workflows/ci-test-matrix.yml b/.github/workflows/ci-test-matrix.yml index 0b45a38..17e1454 100644 --- a/.github/workflows/ci-test-matrix.yml +++ b/.github/workflows/ci-test-matrix.yml @@ -62,7 +62,7 @@ jobs: - name: Cache dependencies # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -123,7 +123,7 @@ jobs: - name: Cache dependencies # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 77c3431..9db08e5 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -26,13 +26,13 @@ jobs: - name: Install analysis tools # v2.67.18 - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-geiger,cargo-bloat - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9d7dede..133f0cf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,13 +30,13 @@ jobs: - name: Initialize CodeQL # yamllint disable-line rule:line-length - uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 + uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1 with: languages: rust build-mode: none - name: Perform CodeQL analysis # yamllint disable-line rule:line-length - uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 + uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1 with: category: "/language:rust" diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 8b681fa..8389d8d 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,7 +21,7 @@ jobs: - name: Cache cargo registry # v5.0.3 - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 with: path: | ~/.cargo/registry @@ -33,7 +33,7 @@ jobs: - name: Install cargo-deny # v2.67.25 - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-deny diff --git a/.github/workflows/daily-docs-review.lock.yml b/.github/workflows/daily-docs-review.lock.yml index bada94a..927acd6 100644 --- a/.github/workflows/daily-docs-review.lock.yml +++ b/.github/workflows/daily-docs-review.lock.yml @@ -49,7 +49,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Validate context variables @@ -252,7 +252,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -839,7 +839,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -943,7 +943,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1055,7 +1055,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/docs-freshness.lock.yml b/.github/workflows/docs-freshness.lock.yml index 386d1f0..c48e597 100644 --- a/.github/workflows/docs-freshness.lock.yml +++ b/.github/workflows/docs-freshness.lock.yml @@ -50,7 +50,7 @@ jobs: comment_repo: "" steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Validate context variables @@ -253,7 +253,7 @@ jobs: secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Checkout repository @@ -878,7 +878,7 @@ jobs: total_count: ${{ steps.missing_tool.outputs.total_count }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Download agent output artifact @@ -968,7 +968,7 @@ jobs: success: ${{ steps.parse_results.outputs.success }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Download agent artifacts @@ -1078,7 +1078,7 @@ jobs: process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} steps: - name: Setup Scripts - uses: github/gh-aw/actions/setup@08a903b1fb2e493a84a57577778fe5dd711f9468 # v0.58.3 + uses: github/gh-aw/actions/setup@48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b # v0.62.5 with: destination: /opt/gh-aw/actions - name: Download agent output artifact diff --git a/.github/workflows/fuzz-testing.yml b/.github/workflows/fuzz-testing.yml index 9573403..16781fb 100644 --- a/.github/workflows/fuzz-testing.yml +++ b/.github/workflows/fuzz-testing.yml @@ -34,12 +34,12 @@ jobs: toolchain: nightly - name: Install cargo-fuzz - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7 with: tool: cargo-fuzz@0.12.0 - name: Cache fuzz corpus - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: fuzz/corpus key: ${{ runner.os }}-fuzz-corpus-${{ github.sha }} diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 8d900ff..86f277a 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -34,25 +34,25 @@ jobs: toolchain: stable - name: Cache cargo registry - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.cargo/git key: ${{ runner.os }}-cargo-git-${{ hashFiles('**/Cargo.lock') }} - name: Cache target directory - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: target key: ${{ runner.os }}-target-mutation-${{ hashFiles('**/Cargo.lock') }} - name: Install cargo-mutants - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34 + uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 # v2.69.7 with: tool: cargo-mutants@24.11.0 diff --git a/.github/workflows/release-packages.yml b/.github/workflows/release-packages.yml index e18fef4..f1af3e8 100644 --- a/.github/workflows/release-packages.yml +++ b/.github/workflows/release-packages.yml @@ -207,7 +207,7 @@ jobs: - name: Install cargo-deb # v2.67.25 uses: >- - taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-deb@2.7.0 @@ -254,7 +254,7 @@ jobs: - name: Install cargo-generate-rpm # v2.67.25 uses: >- - taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-generate-rpm@0.15.1 diff --git a/.github/workflows/release-sbom.yml b/.github/workflows/release-sbom.yml index 50452e9..ab61636 100644 --- a/.github/workflows/release-sbom.yml +++ b/.github/workflows/release-sbom.yml @@ -37,7 +37,7 @@ jobs: - name: Install cargo-sbom # v2.67.25 uses: >- - taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-sbom diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 201007c..d06c133 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -32,7 +32,7 @@ jobs: - name: Install cargo-audit # v2.67.18 - uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 + uses: taiki-e/install-action@0d865d5cc6d507df4765f1f866bfae8bab4e2a73 with: tool: cargo-audit