File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3636
3737 - name : Setup Node
38- uses : actions/setup-node@v5
38+ uses : actions/setup-node@v6
3939 with :
4040 node-version : ${{ env.NODE_VERSION }}
4141 cache : npm
Original file line number Diff line number Diff line change 3535 with :
3636 ref : ${{ github.event.pull_request.head.sha || github.ref }}
3737
38- - uses : snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4 .0
38+ - uses : snyk/actions/node@9adf32b1121593767fc3c057af55b55db032dc04 # pin@1.0 .0
3939 env :
4040 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change 4848 uses : actions/checkout@v5
4949
5050 - name : Setup Node
51- uses : actions/setup-node@v5
51+ uses : actions/setup-node@v6
5252 with :
5353 node-version : ${{ env.NODE_VERSION }}
5454 cache : npm
You can’t perform that action at this time.
0 commit comments