Skip to content

Commit e8f0544

Browse files
committed
testing the new test
1 parent 2621321 commit e8f0544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
actions: read
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
31-
- name: Set up Python
32-
uses: actions/setup-python@v4
30+
- uses: actions/checkout@master
31+
- name: Run Snyk to check for vulnerabilities
32+
uses: snyk/actions/python-3.10@master
3333
with:
3434
python-version: "3.12.5"
3535

0 commit comments

Comments
 (0)