mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-12 19:24:13 +00:00
Bump snyk/actions (#1817)
Bumps [snyk/actions](https://github.com/snyk/actions) from cf77efc3812bb036b3719dca4cecc3930db0b527 to a1346e4eaf761d462da22c34c681dc06849b6851.
- [Release notes](https://github.com/snyk/actions/releases)
- [Commits](cf77efc381...a1346e4eaf
)
---
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>
Co-authored-by: Kevin Burnett <18027+burnettk@users.noreply.github.com>
This commit is contained in:
parent
b293be803d
commit
38997656d3
4
.github/workflows/snyk-security.yml
vendored
4
.github/workflows/snyk-security.yml
vendored
@ -54,7 +54,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@cf77efc3812bb036b3719dca4cecc3930db0b527
|
||||
uses: snyk/actions/setup@a1346e4eaf761d462da22c34c681dc06849b6851
|
||||
env:
|
||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
@ -120,7 +120,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@cf77efc3812bb036b3719dca4cecc3930db0b527
|
||||
uses: snyk/actions/setup@a1346e4eaf761d462da22c34c681dc06849b6851
|
||||
env:
|
||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user