Skip to content

Commit

Permalink
fix: fixing snyk CI
Browse files Browse the repository at this point in the history
  • Loading branch information
z4nr34l committed Feb 26, 2024
1 parent 2ed7110 commit 0383083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up Snyk CLI to check for security issues
# Snyk can be used to break the build when it detects security issues.
# In this case we want to upload the SAST issues to GitHub Code Scanning
uses: snyk/actions/setup@806182742461562b67788a64410098c9d9b96adb
uses: snyk/actions/setup@master

# For Snyk Open Source you must first set up the development environment for your application's dependencies
# For example for Node
Expand Down

0 comments on commit 0383083

Please sign in to comment.