File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
# Snyk can be used to break the build when it detects vulnerabilities.
40
40
# In this case we want to upload the issues to GitHub Code Scanning
41
41
continue-on-error : true
42
- uses : snyk/actions/docker@87b58602664ec2c1c4fd286e2dcf71f2c5a331d6
42
+ uses : snyk/actions/docker@ae9442546152ba9bb0a1c85e2672112c97e7a06d
43
43
env :
44
44
# In order to use the Snyk Action you will need to have a Snyk API token.
45
45
# More details in https://github.com/snyk/actions#getting-your-snyk-token
Original file line number Diff line number Diff line change 36
36
# Snyk can be used to break the build when it detects security issues.
37
37
# In this case we want to upload the issues to GitHub Code Scanning
38
38
continue-on-error : true
39
- uses : snyk/actions/iac@87b58602664ec2c1c4fd286e2dcf71f2c5a331d6
39
+ uses : snyk/actions/iac@ae9442546152ba9bb0a1c85e2672112c97e7a06d
40
40
env :
41
41
# In order to use the Snyk Action you will need to have a Snyk API token.
42
42
# More details in https://github.com/snyk/actions#getting-your-snyk-token
You can’t perform that action at this time.
0 commit comments