Skip to content

Commit 5cb4571

Browse files
Update actions/attest-build-provenance action to v2.2.0 (#4258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15539b0 commit 5cb4571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
publish -x check \
9292
prepareGitHubAttestation
9393
- name: Generate build provenance attestations
94-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
94+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
9595
with:
9696
subject-path: documentation/build/attestation/*.jar
9797

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
:verifyArtifactsInStagingRepositoryAreReproducible \
5252
--remote-repo-url=${{ env.STAGING_REPO_URL }}
5353
- name: Generate build provenance attestations
54-
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
54+
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
5555
with:
5656
subject-path: build/repo/**/*.jar
5757
- name: Upload local repository for later jobs

0 commit comments

Comments
 (0)