Skip to content

Commit

Permalink
build(deps): bump snyk/actions
Browse files Browse the repository at this point in the history
Bumps [snyk/actions](https://github.com/snyk/actions) from a1346e4eaf761d462da22c34c681dc06849b6851 to dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86.
- [Release notes](https://github.com/snyk/actions/releases)
- [Commits](snyk/actions@a1346e4...dad21f4)

---
updated-dependencies:
- dependency-name: snyk/actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 1795f57 commit d6ffc98
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@a1346e4eaf761d462da22c34c681dc06849b6851 # master
uses: snyk/actions/docker@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 # 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@a1346e4eaf761d462da22c34c681dc06849b6851 # master
uses: snyk/actions/docker@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 # 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@a1346e4eaf761d462da22c34c681dc06849b6851 # master
uses: snyk/actions/iac@dad21f44fadb6fbcd8d89d8b602d6ac761fe4c86 # 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 d6ffc98

Please sign in to comment.