This repository was archived by the owner on Dec 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3232 run : |
3333 git config --global core.autocrlf false
3434 git config --global core.eol lf
35- - uses : actions/checkout@v3
36- - uses : actions/setup-node@v3
35+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
36+ - uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag= v3
3737 with :
3838 node-version : lts/*
3939 cache : npm
5050 node : [ lts/*, current ]
5151 runs-on : ${{ matrix.os }}
5252 steps :
53- - uses : actions/checkout@v3
54- - uses : actions/setup-node@v3
53+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
54+ - uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag= v3
5555 with :
5656 node-version : ${{ matrix.node }}
5757 cache : npm
@@ -65,12 +65,12 @@ jobs:
6565 # only run if opt-in during workflow_dispatch
6666 if : inputs.release == true
6767 steps :
68- - uses : actions/checkout@v3
68+ - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag= v3
6969 with :
7070 # Need to fetch entire commit history to
7171 # analyze every commit since last release
7272 fetch-depth : 0
73- - uses : actions/setup-node@v3
73+ - uses : actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # tag= v3
7474 with :
7575 node-version : lts/*
7676 cache : npm
You can’t perform that action at this time.
0 commit comments