Skip to content

Commit

Permalink
Merge pull request #996 from kubewarden/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/attest-build-provenance-2.0.1

build(deps): Bump actions/attest-build-provenance from 1.4.4 to 2.0.1
  • Loading branch information
viccuad authored Dec 9, 2024
2 parents 12d38ce + 08715ca commit 48ada93
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@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
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@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
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@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
id: attestations
with:
subject-path: kwctl-windows-${{ matrix.targetarch }}.exe
Expand Down

0 comments on commit 48ada93

Please sign in to comment.