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"
Original file line number Diff line number Diff line change 1515 name : " Build and release action"
1616 needs : [build]
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : true
Original file line number Diff line number Diff line change 1515 name : " Build and release action"
1616 needs : [build]
1717 steps :
18- - uses : actions/checkout@v6
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : true
You can’t perform that action at this time.
0 commit comments