We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764186a commit 9529221Copy full SHA for 9529221
.github/workflows/socket-security.yml
@@ -37,7 +37,8 @@ jobs:
37
python-version: '3.12'
38
39
- name: Install Socket CLI
40
- run: pip install socketsecurity --upgrade
+ run: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.5.dev3
41
+
42
43
- name: Run Socket Security Scan
44
env:
0 commit comments