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

Commit 0d68f63

Browse files
Update actions/attest-build-provenance action to v2.2.1
1 parent 897b5d1 commit 0d68f63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_aarch64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
continue-on-error: true
303303

304304
- name: Attest Build Provenance
305-
uses: actions/[email protected].0
305+
uses: actions/[email protected].1
306306
with:
307307
subject-name: "build-logs-aarch64-Linux-${{ env.UTC_TIME }}"
308308
subject-path: "/tmp/BUILD.log"

.github/workflows/build_x86_64_Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
continue-on-error: true
303303

304304
- name: Attest Build Provenance
305-
uses: actions/[email protected].0
305+
uses: actions/[email protected].1
306306
with:
307307
subject-name: "build-logs-x86_64-Linux-${{ env.UTC_TIME }}"
308308
subject-path: "/tmp/BUILD.log"

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ jobs:
297297

298298
- name: Attest Build Provenance [${{ matrix.package.host }}<==>${{ matrix.package.runner }}]
299299
if: env.CONTINUE_GHRUN != 'FALSE'
300-
uses: actions/[email protected].0
300+
uses: actions/[email protected].1
301301
with:
302302
subject-name: "build-logs-${{ env.PKG_FAMILY_LOCAL }}-${{ env.UTC_TIME }}"
303303
subject-path: "/tmp/BUILD.log"

0 commit comments

Comments
 (0)