Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit a52b112

Browse files
build(deps): update actions/attest-build-provenance action to v2.2.2 (#1101)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5cff82 commit a52b112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: ./kwctl-linux-x86_64 --help
4848

4949
- name: Generate attestations
50-
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2.2.1
50+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
5151
id: attestations
5252
with:
5353
subject-path: kwctl-linux-${{ matrix.targetarch }}
@@ -139,7 +139,7 @@ jobs:
139139
run: ./kwctl-darwin-x86_64 --help
140140

141141
- name: Generate attestations
142-
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2.2.1
142+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
143143
id: attestations
144144
with:
145145
subject-path: kwctl-darwin-${{ matrix.targetarch }}
@@ -225,7 +225,7 @@ jobs:
225225
run: .\kwctl-windows-x86_64.exe --help
226226

227227
- name: Generate attestations
228-
uses: actions/attest-build-provenance@f9eaf234fc1c2e333c1eca18177db0f44fa6ba52 # v2.2.1
228+
uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
229229
id: attestations
230230
with:
231231
subject-path: kwctl-windows-${{ matrix.targetarch }}.exe

0 commit comments

Comments
 (0)