File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1212 timeout-minutes : 15
1313 steps :
1414 - name : Harden runner
15- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # ratchet:step-security/harden-runner@v2
15+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # ratchet:step-security/harden-runner@v2
1616 with :
1717 disable-sudo : true
1818 egress-policy : block
@@ -21,16 +21,16 @@ jobs:
2121 registry.npmjs.org:443
2222
2323 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
24- - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # ratchet:actions/setup-node@v4
24+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
2525 with :
2626 node-version : " 20.x"
27- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
27+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
2828 name : Checkout code
2929 with :
3030 persist-credentials : false
3131 - name : Cache node deps
3232 id : cache-node
33- uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # ratchet:actions/cache@v3
33+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/cache@v4
3434 with :
3535 path : ~/.npm
3636 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 11name : Pull Requests
22on :
33 pull_request :
4- types : [opened, reopened, edited]
4+ types : [opened, reopened, edited]
55permissions :
66 contents : read
77
@@ -11,24 +11,24 @@ jobs:
1111 timeout-minutes : 15
1212 steps :
1313 - name : Harden runner
14- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # ratchet:step-security/harden-runner@v2
14+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # ratchet:step-security/harden-runner@v2
1515 with :
1616 disable-sudo : true
1717 egress-policy : block
1818 allowed-endpoints : >
1919 github.com:443
2020 registry.npmjs.org:443
21- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
22- - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # ratchet:actions/setup-node@v4
21+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
22+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
2323 with :
2424 node-version : " 20.x"
25- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
2626 name : Checkout code
2727 with :
2828 persist-credentials : false
2929 - name : Cache node deps
3030 id : cache-node
31- uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # ratchet:actions/cache@v3
31+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/cache@v4
3232 with :
3333 path : ~/.npm
3434 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1414 id-token : " write"
1515 steps :
1616 - name : Harden runner
17- uses : step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # ratchet:step-security/harden-runner@v2
17+ uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # ratchet:step-security/harden-runner@v2
1818 with :
1919 disable-sudo : true
2020 egress-policy : block
@@ -23,10 +23,10 @@ jobs:
2323 registry.npmjs.org:443
2424 fulcio.sigstore.dev:443
2525 rekor.sigstore.dev:443
26- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
26+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
2727 with :
28- persist-credentials : false
29- - uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # ratchet:actions/setup-node@v4
28+ persist-credentials : false
29+ - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
3030 with :
3131 node-version : ' 20.x'
3232 registry-url : ' https://registry.npmjs.org'
You can’t perform that action at this time.
0 commit comments