Skip to content

Commit 9529221

Browse files
committed
update workflow
1 parent 764186a commit 9529221

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/socket-security.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
python-version: '3.12'
3838

3939
- name: Install Socket CLI
40-
run: pip install socketsecurity --upgrade
40+
run: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.5.dev3
41+
4142

4243
- name: Run Socket Security Scan
4344
env:

0 commit comments

Comments
 (0)