Skip to content

Commit 103c76e

Browse files
authored
Merge pull request #17 from pkgforge/dependabot/github_actions/actions/attest-build-provenance-2.2.1
Bump actions/attest-build-provenance from 2.2.0 to 2.2.1
2 parents 781c93b + 36c8c43 commit 103c76e

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
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281

282282
- name: Attest Build Provenance
283-
uses: actions/attest-build-provenance@v2.2.0
283+
uses: actions/attest-build-provenance@v2.2.1
284284
with:
285285
subject-name: "build-logs-aarch64-Linux-${{ env.UTC_TIME }}"
286286
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
@@ -280,7 +280,7 @@ jobs:
280280
continue-on-error: true
281281

282282
- name: Attest Build Provenance
283-
uses: actions/attest-build-provenance@v2.2.0
283+
uses: actions/attest-build-provenance@v2.2.1
284284
with:
285285
subject-name: "build-logs-x86_64-Linux-${{ env.UTC_TIME }}"
286286
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/attest-build-provenance@v2.2.0
300+
uses: actions/attest-build-provenance@v2.2.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)