File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 11
11
name : release
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15
15
- uses : actions/setup-node@v3
16
16
with :
17
17
node-version : " lts/*"
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v3 # tag=v3
16
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
17
17
- uses : actions/setup-node@v3 # tag=v3
18
18
with :
19
19
node-version : " lts/*"
Original file line number Diff line number Diff line change 11
11
# These steps should be kept in sync with `update_dry_run.yml` - minus the code that
12
12
# actually commits, pushes and creates a PR.
13
13
steps :
14
- - uses : actions/checkout@v3 # tag=v3
14
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
15
15
- uses : actions/setup-node@v3 # tag=v3
16
16
with :
17
17
cache : npm
Original file line number Diff line number Diff line change 12
12
# These steps should be kept in sync with `update.yml` - minus the code that actually
13
13
# commits, pushes and creates a PR.
14
14
steps :
15
- - uses : actions/checkout@v3 # tag=v3
15
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
16
16
- uses : actions/setup-node@v3 # tag=v3
17
17
with :
18
18
cache : npm
You can’t perform that action at this time.
0 commit comments