Skip to content

build(deps): Bump the actions-minor group across 1 directory with 2 updates #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/attest-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

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

# Complete an attestation of the SBOM and the build
- uses: actions/attest-sbom@115c3be05ff3974bcbd596578934b3f9ce39bf68
- uses: actions/attest-sbom@bd218ad0dbcb3e146bd073d1d9c6d78e08aa8a0b
with:
subject-path: 'dist.tar.gz'
sbom-path: 'sbom.spdx.json'
Expand Down