Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Pin Synk workflow action to 3.8 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr committed Mar 23, 2023
1 parent 0dec3d2 commit 5434545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk_security.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
command: test
- name: Test for any known security issues using Static Code Analysis.
uses: snyk/actions/python@master
uses: snyk/actions/python-3.8@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 5434545

Please sign in to comment.