Skip to content

Commit

Permalink
build(deps): Bump actions/attest-build-provenance from 1.4.4 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.4.4 to 2.0.1.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@ef24412...c4fbc64)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent f1a3cdf commit 08715ca
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 08715ca

Please sign in to comment.