Skip to content

build(deps): Bump anchore/sbom-action from 0.20.1 to 0.20.4 in the actions-minor group #15

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
2 changes: 1 addition & 1 deletion .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@9246b90769f852b3a8921f330c59e0b3f439d6e9
uses: anchore/sbom-action@7b36ad622f042cab6f59a75c2ac24ccb256e9b45
with:
upload-artifact: false
upload-release-assets: false
Expand Down