Skip to content

Commit 52e2f2b

Browse files
Update safety-scan.yml
1 parent e10d562 commit 52e2f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/safety-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
security:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@main
11+
# - uses: actions/checkout@main
12+
- uses: actions/checkout@v4
1213
- name: Run Safety CLI to check for vulnerabilities
1314
uses: pyupio/safety-action@v1
1415
with:

0 commit comments

Comments
 (0)