File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
13
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
14
14
- name : Use Node.js v16
15
15
uses : actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
16
16
with :
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout repository
19
- uses : actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
19
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
20
20
21
21
- name : Initialize CodeQL
22
22
uses : github/codeql-action/init@v1
Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Checkout Project
27
- uses : actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
27
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
28
28
with :
29
29
fetch-depth : 0
30
30
repository : ${{ github.event.inputs.repository || 'sapphiredev/framework' }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout Project
15
- uses : actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
15
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
16
16
- name : Add problem matcher
17
17
run : echo "::add-matcher::.github/problemMatchers/eslint.json"
18
18
- name : Use Node.js v16
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Checkout Project
39
- uses : actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
39
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
40
40
- name : Use Node.js v16
41
41
uses : actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
42
42
with :
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Checkout Project
66
- uses : actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
66
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
67
67
- name : Add problem matcher
68
68
run : echo "::add-matcher::.github/problemMatchers/tsc.json"
69
69
- name : Use Node.js v16
88
88
runs-on : ubuntu-latest
89
89
steps :
90
90
- name : Checkout Project
91
- uses : actions/checkout@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
91
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
92
92
with :
93
93
fetch-depth : 2
94
94
- name : Download Coverage report
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
14
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
15
15
- name : Use Node.js v16
16
16
uses : actions/setup-node@270253e841af726300e85d718a5f606959b2903c # renovate: tag=v2
17
17
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@1e204e9a9253d643386038d443f96446fa156a97 # renovate: tag=v2
14
+ uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
15
15
with :
16
16
repository : ' sapphiredev/readme'
17
17
- name : Run Label Sync
You can’t perform that action at this time.
0 commit comments