Skip to content

Commit 1bbf097

Browse files
Merge pull request #10 from github-samples/dependabot/github_actions/actions-minor-6a83b4db09
build(deps): Bump the actions-minor group across 1 directory with 2 updates
2 parents 1168635 + c176a4e commit 1bbf097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/attest-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Generate SBOM from the dependencies (scanning the workspace directory)
3232
- name: Generate SBOM
33-
uses: anchore/sbom-action@9f7302141466aa6482940f15371237e9d9f4c34a
33+
uses: anchore/sbom-action@9246b90769f852b3a8921f330c59e0b3f439d6e9
3434
with:
3535
upload-artifact: false
3636
upload-release-assets: false
@@ -54,7 +54,7 @@ jobs:
5454
# subject-path: "dist.tar.gz"
5555

5656
# Complete an attestation of the SBOM and the build
57-
- uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68
57+
- uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b
5858
with:
5959
subject-path: 'dist.tar.gz'
6060
sbom-path: 'sbom.spdx.json'

0 commit comments

Comments
 (0)