File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
name : Check for .sh
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
22
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
23
23
- run : " echo '*** Do not write .sh scripts! ***'; ! find . -type f -name '*.sh' | grep ."
24
24
lint :
25
25
name : Lint
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
28
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
29
29
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
30
with :
31
31
node-version-file : ' package.json'
46
46
id-token : write # to enable use of OIDC for npm provenance
47
47
steps :
48
48
# actions/checkout MUST come before auth
49
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
49
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
50
50
- id : auth
51
51
uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
52
52
with :
You can’t perform that action at this time.
0 commit comments