Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/snyk/actions-9213221444c2dc9e…
Browse files Browse the repository at this point in the history
…8b2502c1e857c26d851e84a7'
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
2 parents ceb5d21 + 4b7d91d commit 411a380
Show file tree
Hide file tree
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
Expand Up @@ -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@ae9442546152ba9bb0a1c85e2672112c97e7a06d # master
uses: snyk/actions/docker@9213221444c2dc9e8b2502c1e857c26d851e84a7 # 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-container-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ae9442546152ba9bb0a1c85e2672112c97e7a06d # master
uses: snyk/actions/docker@9213221444c2dc9e8b2502c1e857c26d851e84a7 # 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk-infrastructure-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@ae9442546152ba9bb0a1c85e2672112c97e7a06d # master
uses: snyk/actions/iac@9213221444c2dc9e8b2502c1e857c26d851e84a7 # 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
Expand Down

0 comments on commit 411a380

Please sign in to comment.