File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
13
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
14
14
- name : Use Node.js v20
15
15
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
20
20
21
21
- name : Initialize CodeQL
22
22
uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
27
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
28
28
with :
29
29
fetch-depth : 0
30
30
repository : ${{ github.event.inputs.repository || 'imranbarbhuiya/decancer' }}
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
15
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16
16
- name : Add problem matcher
17
17
run : echo "::add-matcher::.github/problemMatchers/eslint.json"
18
18
- name : Use Node.js v20
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout Project
34
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
34
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
35
35
- name : Add problem matcher
36
36
run : echo "::add-matcher::.github/problemMatchers/tsc.json"
37
37
- name : Use Node.js v20
57
57
needs : Building
58
58
steps :
59
59
- name : Checkout Project
60
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
60
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
61
61
- name : Download dist folder from artifacts
62
62
uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4
63
63
with :
85
85
runs-on : ubuntu-latest
86
86
steps :
87
87
- name : Checkout Project
88
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
88
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
89
89
with :
90
90
fetch-depth : 2
91
91
- 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15
15
- name : Use Node.js v20
16
16
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15
15
with :
16
16
repository : ' imranbarbhuiya/configs'
17
17
- name : Run Label Sync
You can’t perform that action at this time.
0 commit comments