Skip to content

Commit 10ca4e1

Browse files
Update snyk/actions digest to ae57bdf
1 parent 22ac7e9 commit 10ca4e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/snyk-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Snyk CLI to check for security issues
4040
# Snyk can be used to break the build when it detects security issues.
4141
# In this case we want to upload the SAST issues to GitHub Code Scanning
42-
uses: snyk/actions/setup@cdb760004ba9ea4d525f2e043745dfe85bb9077e
42+
uses: snyk/actions/setup@ae57bdf611f027808b07a5dc3baa99fb34e69854
4343
with:
4444
snyk-version: latest
4545

@@ -58,15 +58,15 @@ jobs:
5858
if [ -f pyproject.toml ]; then pip install poetry && poetry install; fi
5959
6060
- name: Run Snyk to check for vulnerabilities and output Sarif
61-
uses: snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
61+
uses: snyk/actions/python-3.10@ae57bdf611f027808b07a5dc3baa99fb34e69854
6262
continue-on-error: true # To make sure that SARIF upload gets called
6363
env:
6464
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
6565
with:
6666
args: --sarif-file-output=sarif/snyk.sarif
6767

6868
- name: Run Snyk to check for vulnerabilities and monitor
69-
uses: snyk/actions/python-3.10@cdb760004ba9ea4d525f2e043745dfe85bb9077e
69+
uses: snyk/actions/python-3.10@ae57bdf611f027808b07a5dc3baa99fb34e69854
7070
continue-on-error: true # To make sure that SARIF upload gets called
7171
env:
7272
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Setup Snyk CLI
128128
if: matrix.tool == 'snyk'
129-
uses: snyk/actions/setup@cdb760004ba9ea4d525f2e043745dfe85bb9077e
129+
uses: snyk/actions/setup@ae57bdf611f027808b07a5dc3baa99fb34e69854
130130
with:
131131
snyk-version: latest
132132

0 commit comments

Comments
 (0)