File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments