Skip to content

Commit

Permalink
Merge pull request #1050 from kubewarden/renovate/actions-attest-buil…
Browse files Browse the repository at this point in the history
…d-provenance-2.x

chore(deps): update actions/attest-build-provenance action to v2.2.0
  • Loading branch information
viccuad authored Jan 23, 2025
2 parents 843f1d3 + 176161c commit 08b9fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ./kwctl-linux-x86_64 --help

- name: Generate attestations
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
id: attestations
with:
subject-path: kwctl-linux-${{ matrix.targetarch }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
run: ./kwctl-darwin-x86_64 --help

- name: Generate attestations
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
id: attestations
with:
subject-path: kwctl-darwin-${{ matrix.targetarch }}
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
run: .\kwctl-windows-x86_64.exe --help

- name: Generate attestations
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
id: attestations
with:
subject-path: kwctl-windows-${{ matrix.targetarch }}.exe
Expand Down

0 comments on commit 08b9fa0

Please sign in to comment.