Skip to content

Commit 3a300c0

Browse files
Update actions/attest-build-provenance action to v3.1.0 (#5237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41a42af commit 3a300c0

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
publishAllPublicationsToMavenCentralSnapshotsRepository -x check \
102102
prepareGitHubAttestation
103103
- name: Generate build provenance attestations
104-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
104+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.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@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
68+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
6969
with:
7070
subject-path: build/repo/**/*.jar
7171

0 commit comments

Comments
 (0)