Skip to content

Commit 8ffb7ff

Browse files
renovate[bot]marcphilipp
authored andcommitted
Update actions/attest-build-provenance action to v3
1 parent 4cfef53 commit 8ffb7ff

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
@@ -101,7 +101,7 @@ jobs:
101101
publish -x check \
102102
prepareGitHubAttestation
103103
- name: Generate build provenance attestations
104-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
104+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
105105
with:
106106
subject-path: documentation/build/attestation/*.jar
107107

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
--remote-repo-url=${{ env.STAGING_REPO_URL }}
6666
- name: Generate build provenance attestations
6767
if: ${{ inputs.dryRun == false }}
68-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
68+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
6969
with:
7070
subject-path: build/repo/**/*.jar
7171

0 commit comments

Comments
 (0)