Skip to content

Commit fbeabd5

Browse files
committed
add socket tier 1 scan workflow
1 parent 8ef1c79 commit fbeabd5

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/socket-scan.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,18 @@ jobs:
4343
socket-scan:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v4
47-
- uses: ruby/setup-ruby@v1
46+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
47+
- uses: ruby/setup-ruby@12fd324f1d0b43274fdc8130f6980590a667c455 # v1.312.0
4848
with:
49-
ruby-version: "3"
50-
- uses: actions/setup-node@v4
49+
ruby-version: "3.4.9"
50+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5151
with:
52-
node-version: "20"
52+
node-version: "22.22.3"
53+
- name: Enable Corepack (yarn/pnpm per repo packageManager)
54+
run: corepack enable
5355

54-
- name: Install Socket CLI + yarn
55-
run: npm install -g yarn socket
56+
- name: Install Socket CLI
57+
run: npm install -g socket
5658

5759
- name: Run Socket reachability scan
5860
env:

0 commit comments

Comments
 (0)