Skip to content

Commit 2d7fd03

Browse files
authored
Update security.yml to change safety-action version
Updated the version of the safety-action used for security scanning.
1 parent fb4ef7a commit 2d7fd03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Security scan for Python dependencies
20-
uses: pyupio/safety-action@v2
20+
uses: pyupio/safety-action@v1
2121
with:
2222
requirements-file: backend/requirements.txt
2323

@@ -31,3 +31,4 @@ jobs:
3131
uses: github/codeql-action/analyze@v2
3232
with:
3333
languages: python,javascript
34+

0 commit comments

Comments
 (0)