Skip to content

Commit 011f154

Browse files
authored
Merge pull request #754 from sir-gon/develop
[CONFIG] sonarcloud security fixes
2 parents 8cc4851 + 638f50c commit 011f154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@master
1818
- name: Run Snyk to check for vulnerabilities
19-
uses: snyk/actions/python@master
19+
uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf
2020
continue-on-error: true # To make sure that SARIF upload gets called
2121
env:
2222
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)