Bump snyk/actions (#1790)
Bumps [snyk/actions](https://github.com/snyk/actions) from d406fd286b663eb8c6f8adcced4f7bcd199c0a3f to cf77efc3812bb036b3719dca4cecc3930db0b527.
- [Release notes](https://github.com/snyk/actions/releases)
- [Commits](d406fd286b...cf77efc381
)
---
updated-dependencies:
- dependency-name: snyk/actions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e15d82e2b9
commit
977cb79132
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- name: Set up Snyk CLI to check for security issues
|
- name: Set up Snyk CLI to check for security issues
|
||||||
# Snyk can be used to break the build when it detects 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
|
# In this case we want to upload the SAST issues to GitHub Code Scanning
|
||||||
uses: snyk/actions/setup@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f
|
uses: snyk/actions/setup@cf77efc3812bb036b3719dca4cecc3930db0b527
|
||||||
env:
|
env:
|
||||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
@ -120,7 +120,7 @@ jobs:
|
||||||
- name: Set up Snyk CLI to check for security issues
|
- name: Set up Snyk CLI to check for security issues
|
||||||
# Snyk can be used to break the build when it detects 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
|
# In this case we want to upload the SAST issues to GitHub Code Scanning
|
||||||
uses: snyk/actions/setup@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f
|
uses: snyk/actions/setup@cf77efc3812bb036b3719dca4cecc3930db0b527
|
||||||
env:
|
env:
|
||||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue