Skip to content
Closed
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/snyk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Snyk CLI to check for security issues
uses: snyk/actions/setup@cdb760004ba9ea4d525f2e043745dfe85bb9077e
uses: snyk/actions/setup@10a13eb1b556d09c820d6dbc05233e68b30f10b0

# Runs Snyk Infrastructure as Code (IaC) analysis and uploads result to Snyk.
- name: Snyk IaC test and report
Expand Down
Loading