diff --git a/.github/workflows/capsule-prebuilt.yml b/.github/workflows/capsule-prebuilt.yml index 0e8c0fd..93a7e47 100644 --- a/.github/workflows/capsule-prebuilt.yml +++ b/.github/workflows/capsule-prebuilt.yml @@ -111,7 +111,7 @@ jobs: sha256sum capsule-prebuilt-aarch64.tar.gz | tee capsule-prebuilt-aarch64.tar.gz.sha256 - name: Attest - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: capsule-prebuilt-aarch64.tar.gz diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1c06ca..1ff9849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: code: ${{ steps.f.outputs.code }} steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 + - uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3 id: f with: # Each category maps to the files that affect that job. Changing the @@ -201,7 +201,7 @@ jobs: - name: Verify embedded capsule matches tracked files run: scripts/check-embedded-capsule.sh - name: Lint Dockerfile - uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 + uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0 with: dockerfile: capsule/Dockerfile - name: Compile-check capsule Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a01673e..2ea7fac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: fi - name: Attest asset - uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1 + uses: actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2 with: subject-path: rs-cli/${{ matrix.asset }}