File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 release-type : node
1515 # The logic below handles the npm publication:
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1717 # these if statements ensure that a publication only occurs when
1818 # a new release is created:
1919 if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 55 static-checks :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v5
8+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
99 - run : corepack enable
1010 - uses : actions/setup-node@v6
1111 with :
2222 matrix :
2323 node-version : [20, 22, 24]
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626 - run : corepack enable
2727 - uses : actions/setup-node@v6
2828 with :
You can’t perform that action at this time.
0 commit comments