Skip to content

Commit

Permalink
Merge pull request #254 from kimocoder/dependabot/github_actions/snyk…
Browse files Browse the repository at this point in the history
…/actions-a1346e4eaf761d462da22c34c681dc06849b6851

build(deps): bump snyk/actions from d406fd286b663eb8c6f8adcced4f7bcd199c0a3f to a1346e4eaf761d462da22c34c681dc06849b6851
kimocoder authored Jun 24, 2024
2 parents dab5ca3 + 988b496 commit 1f9e0c6
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/snyk-analysis.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/docker@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master
uses: snyk/actions/docker@a1346e4eaf761d462da22c34c681dc06849b6851 # master
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
# Snyk can be used to break the build when it detects vulnerabilities.
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/docker@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master
uses: snyk/actions/docker@a1346e4eaf761d462da22c34c681dc06849b6851 # master
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token
2 changes: 1 addition & 1 deletion .github/workflows/snyk-infrastructure-analysis.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
# Snyk can be used to break the build when it detects security issues.
# In this case we want to upload the issues to GitHub Code Scanning
continue-on-error: true
uses: snyk/actions/iac@d406fd286b663eb8c6f8adcced4f7bcd199c0a3f # master
uses: snyk/actions/iac@a1346e4eaf761d462da22c34c681dc06849b6851 # master
env:
# In order to use the Snyk Action you will need to have a Snyk API token.
# More details in https://github.com/snyk/actions#getting-your-snyk-token

0 comments on commit 1f9e0c6

Please sign in to comment.