Skip to content

Commit 3dec464

Browse files
chore(gh-actions-deps): update actions/attest-build-provenance action to v2 in all dependant reusable workflows
1 parent 7ea6768 commit 3dec464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
27+
- uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.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)