Skip to content

Commit 57f02ec

Browse files
chore(gh-actions-deps): update actions/attest-build-provenance action to v2.3.0 in all dependant reusable workflows (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 970a1c1 commit 57f02ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_reusable-sbom-scan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
format: spdx-json
2626
output-file: ${{ github.event.repository.name }}-sbom.spdx.json
27-
- uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
27+
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
2828
if: ${{ !(github.event.pull_request.head.repo.fork || github.event.workflow_call.pull_request.head.repo.fork) && !contains(fromJSON('["dependabot[bot]", "renovate[bot]"]'), github.actor) }}
2929
with:
3030
subject-path: ${{ github.event.repository.name }}-sbom.spdx.json

0 commit comments

Comments
 (0)