Skip to content

Commit

Permalink
Merge pull request #1002 from kubewarden/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/attest-build-provenance-2.1.0

build(deps): Bump actions/attest-build-provenance from 2.0.1 to 2.1.0
  • Loading branch information
viccuad authored Dec 16, 2024
2 parents 0990fe7 + 30c1d59 commit f9087fb
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@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.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@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.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@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
id: attestations
with:
subject-path: kwctl-windows-${{ matrix.targetarch }}.exe
Expand Down

0 comments on commit f9087fb

Please sign in to comment.