We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55d5ad commit 4b38b0aCopy full SHA for 4b38b0a
1 file changed
.github/workflows/unit-sec-test.yml
@@ -31,15 +31,11 @@ jobs:
31
steps:
32
33
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@master
35
- name: Run Snyk to check for vulnerabilities
36
uses: snyk/actions/python@master
37
with:
38
python-version: "3.12.5"
39
-
40
- - name: Install dependencies
41
- run: |
42
- pip install -r requirements.txt
43
44
45
- name: Install Snyk CLI
0 commit comments