File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Project
13
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
13
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
14
- name : Use Node.js v16
15
15
uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
16
16
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout Project
14
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
14
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
15
- name : Use Node.js v16
16
16
uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
17
17
with :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
36
- name : Checkout Project
37
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
37
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38
38
- name : Use Node.js v16
39
39
uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
40
40
with :
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
60
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
61
61
- name : Use Node.js v16
62
62
uses : actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # renovate: tag=v2
63
63
with :
86
86
runs-on : ubuntu-latest
87
87
steps :
88
88
- name : Checkout Project
89
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
89
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
90
90
with :
91
91
fetch-depth : 2
92
92
- name : Download Coverage report
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
42
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments