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

Commit a457239

Browse files
Update actions/attest-build-provenance action to v2.2.0
1 parent bf57820 commit a457239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_aarch64_Linux.yaml

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

305305
- name: Attest Build Provenance
306-
uses: actions/attest-build-provenance@v2.1.0
306+
uses: actions/attest-build-provenance@v2.2.0
307307
with:
308308
subject-name: "build-logs-aarch64-Linux-${{ env.UTC_TIME }}"
309309
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
@@ -303,7 +303,7 @@ jobs:
303303
continue-on-error: true
304304

305305
- name: Attest Build Provenance
306-
uses: actions/attest-build-provenance@v2.1.0
306+
uses: actions/attest-build-provenance@v2.2.0
307307
with:
308308
subject-name: "build-logs-x86_64-Linux-${{ env.UTC_TIME }}"
309309
subject-path: "/tmp/BUILD.log"

0 commit comments

Comments
 (0)