Skip to content

Commit 9448de5

Browse files
Update actions/attest-build-provenance action to v2.4.0 (#4644)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91a5f71 commit 9448de5

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
@@ -93,7 +93,7 @@ jobs:
9393
publish -x check \
9494
prepareGitHubAttestation
9595
- name: Generate build provenance attestations
96-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
96+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
9797
with:
9898
subject-path: documentation/build/attestation/*.jar
9999

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--remote-repo-url=${{ env.STAGING_REPO_URL }}
6464
- name: Generate build provenance attestations
6565
if: ${{ inputs.dryRun == false }}
66-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
66+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
6767
with:
6868
subject-path: build/repo/**/*.jar
6969

0 commit comments

Comments
 (0)