diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59ad907..7cb95df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,13 +150,13 @@ jobs: upload-release-assets: false - name: Attest SBOM - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-path: artifacts/${{ env.PACKAGE }}-${{ matrix.build.suffix }} sbom-path: artifacts/${{ env.PACKAGE }}-${{ matrix.build.suffix }}.spdx.json - name: Attest build provenance (SLSA v1) - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-path: artifacts/${{ env.PACKAGE }}-${{ matrix.build.suffix }}