Skip to content

Commit fef50a0

Browse files
committed
i re added the requirements.txt even though they are already there
1 parent e8f0544 commit fef50a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-sec-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@master
3131
- name: Run Snyk to check for vulnerabilities
32-
uses: snyk/actions/python-3.10@master
32+
uses: snyk/actions/python@master
3333
with:
3434
python-version: "3.12.5"
3535

3636
- name: Install dependencies
3737
run: pip install -r requirements.txt
38-
38+
3939
- name: Install Snyk CLI
4040
run: npm install -g snyk
4141

0 commit comments

Comments
 (0)