Skip to content

Commit

Permalink
chore(deps): pin actions/attest-sbom action to aaa2d0a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and oliversalzburg committed May 29, 2024
1 parent f17f5b7 commit 8ceff2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/userscript-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
upload-release-assets: false

- name: Attest SBOM
uses: actions/attest-sbom@v1
uses: actions/attest-sbom@aaa2d0a82e0853a3aea99fcf632b9b61cdb534c2 # v1
with:
subject-path: packages/kitten-scientists/output/*
sbom-path: sbom.spdx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
upload-release-assets: false

- name: Attest SBOM
uses: actions/attest-sbom@v1
uses: actions/attest-sbom@aaa2d0a82e0853a3aea99fcf632b9b61cdb534c2 # v1
with:
subject-path: packages/kitten-scientists/output/*
sbom-path: sbom.spdx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/userscript-tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
upload-release-assets: false

- name: Attest SBOM
uses: actions/attest-sbom@v1
uses: actions/attest-sbom@aaa2d0a82e0853a3aea99fcf632b9b61cdb534c2 # v1
with:
subject-path: packages/kitten-scientists/output/*
sbom-path: sbom.spdx.json
Expand Down

0 comments on commit 8ceff2b

Please sign in to comment.