mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-12 10:34:17 +00:00
Bump snyk/actions (#1178)
Bumps [snyk/actions](https://github.com/snyk/actions) from 1d672a455ab3339ef0a0021e1ec809165ee12fad to 8349f9043a8b7f0f3ee8885bf28f0b388d2446e8.
- [Release notes](https://github.com/snyk/actions/releases)
- [Commits](1d672a455a...8349f9043a
)
---
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
bc3708bb00
commit
ca9a7d9224
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@1d672a455ab3339ef0a0021e1ec809165ee12fad
|
||||
uses: snyk/actions/setup@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8
|
||||
env:
|
||||
# This is where you will need to introduce the Snyk API token created with your Snyk account
|
||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||
@ -112,7 +112,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@1d672a455ab3339ef0a0021e1ec809165ee12fad
|
||||
uses: snyk/actions/setup@8349f9043a8b7f0f3ee8885bf28f0b388d2446e8
|
||||
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