Skip to content

Commit 6b4cb07

Browse files
chore(deps): update snyk/actions digest to ae94425
1 parent 9574281 commit 6b4cb07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snyk-container.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Snyk can be used to break the build when it detects vulnerabilities.
4040
# In this case we want to upload the issues to GitHub Code Scanning
4141
continue-on-error: true
42-
uses: snyk/actions/docker@87b58602664ec2c1c4fd286e2dcf71f2c5a331d6
42+
uses: snyk/actions/docker@ae9442546152ba9bb0a1c85e2672112c97e7a06d
4343
env:
4444
# In order to use the Snyk Action you will need to have a Snyk API token.
4545
# More details in https://github.com/snyk/actions#getting-your-snyk-token

.github/workflows/snyk-infrastructure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Snyk can be used to break the build when it detects security issues.
3737
# In this case we want to upload the issues to GitHub Code Scanning
3838
continue-on-error: true
39-
uses: snyk/actions/iac@87b58602664ec2c1c4fd286e2dcf71f2c5a331d6
39+
uses: snyk/actions/iac@ae9442546152ba9bb0a1c85e2672112c97e7a06d
4040
env:
4141
# In order to use the Snyk Action you will need to have a Snyk API token.
4242
# More details in https://github.com/snyk/actions#getting-your-snyk-token

0 commit comments

Comments
 (0)