File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-24.04
88 steps :
9- - uses : actions/checkout@v6
9+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1010 - name : Setup Node.js
11- uses : actions/setup-node@v6
11+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1212 with :
1313 node-version : 24.x
1414 - name : ' Install'
3131 test :
3232 runs-on : ubuntu-24.04
3333 steps :
34- - uses : actions/checkout@v6
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535 - name : Setup Node.js
36- uses : actions/setup-node@v6
36+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3737 with :
3838 node-version : 24.x
3939 - name : ' Build action for test'
5353 name : ' Build and release action'
5454 needs : [build, test]
5555 steps :
56- - uses : actions/checkout@v6
56+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5757 with :
5858 fetch-depth : 0
5959 persist-credentials : true
You can’t perform that action at this time.
0 commit comments