Skip to content

Commit 92acb4f

Browse files
authored
feat: use master version of snyk action
1 parent 801ec4b commit 92acb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/snyk-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Snyk can be used to break the build when it detects vulnerabilities.
2828
# In this case we want to upload the issues to GitHub Code Scanning
2929
continue-on-error: true
30-
uses: snyk/actions/docker@14818c4695ecc4045f33c9cee9e795a788711ca4
30+
uses: snyk/actions/docker@master
3131
env:
3232
# In order to use the Snyk Action you will need to have a Snyk API token.
3333
# More details in https://github.com/snyk/actions#getting-your-snyk-token

0 commit comments

Comments
 (0)