88 contents : read
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : step-security/harden-runner@v1
11+ - uses : step-security/harden-runner@v2
1212 with :
1313 allowed-endpoints :
1414 github.com:443
1515 raw.githubusercontent.com:443
1616 nodejs.org:443
1717 registry.npmjs.org:443
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - uses : ljharb/actions/node/install@main
2020 name : ' nvm install ${{ matrix.node-version }} && npm install'
2121 with :
2727 contents : read
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : step-security/harden-runner@v1
30+ - uses : step-security/harden-runner@v2
3131 with :
3232 allowed-endpoints :
3333 ghcr.io:443
3636 pkg-containers.githubusercontent.com:443
3737 nodejs.org:443
3838 registry.npmjs.org:443
39- - uses : actions/checkout@v3
39+ - uses : actions/checkout@v4
4040 - uses : ljharb/actions/node/install@main
4141 name : ' nvm install ${{ matrix.node-version }} && npm install'
4242 with :
@@ -48,14 +48,14 @@ jobs:
4848 contents : read
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : step-security/harden-runner@v1
51+ - uses : step-security/harden-runner@v2
5252 with :
5353 allowed-endpoints :
5454 github.com:443
5555 raw.githubusercontent.com:443
5656 nodejs.org:443
5757 registry.npmjs.org:443
58- - uses : actions/checkout@v3
58+ - uses : actions/checkout@v4
5959 - uses : ljharb/actions/node/install@main
6060 name : ' nvm install ${{ matrix.node-version }} && npm install'
6161 with :
@@ -67,11 +67,11 @@ jobs:
6767 contents : read
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : step-security/harden-runner@v1
70+ - uses : step-security/harden-runner@v2
7171 with :
7272 allowed-endpoints :
7373 github.com:443
7474 raw.githubusercontent.com:443
75- - uses : actions/checkout@v3
75+ - uses : actions/checkout@v4
7676 - name : check tests filenames
7777 run : ./rename_test.sh --check
0 commit comments