From 1875cb13b0d20754e7e955b3675e54972932be36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:03:07 +0100 Subject: [PATCH] Bump GitHub Actions dependencies (#712) --- .github/actions/ci-cache/action.yml | 4 ++-- .github/actions/ci-footprint/action.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/scorecard.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/ci-cache/action.yml b/.github/actions/ci-cache/action.yml index f9d68993..0f84acb3 100644 --- a/.github/actions/ci-cache/action.yml +++ b/.github/actions/ci-cache/action.yml @@ -11,7 +11,7 @@ runs: steps: # It would be nice to factorize path and key. - if: inputs.mode == 'restore' - uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cargo/bin/ @@ -23,7 +23,7 @@ runs: key: ${{ hashFiles('rust-toolchain.toml', 'scripts/wrapper.sh') }} - if: inputs.mode == 'save' id: cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | ~/.cargo/bin/ diff --git a/.github/actions/ci-footprint/action.yml b/.github/actions/ci-footprint/action.yml index 958dd9e5..3fe8283f 100644 --- a/.github/actions/ci-footprint/action.yml +++ b/.github/actions/ci-footprint/action.yml @@ -12,7 +12,7 @@ runs: - run: mv footprint.toml footprint-${{ github.event_name }}.toml shell: bash - if: github.event_name == 'push' && inputs.upload == 'true' - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: footprint path: footprint-push.toml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4961249..3263286f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - run: ./scripts/artifacts.sh - - uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4 + - uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0 id: attest with: subject-path: 'artifacts/*' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 26ddeecc..2d117104 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,11 +26,11 @@ jobs: results_file: results.sarif results_format: sarif publish_results: true - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 with: name: SARIF file path: results.sarif retention-days: 5 - - uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 + - uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: sarif_file: results.sarif