File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 54
54
55
55
steps :
56
56
- name : Checkout repository
57
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
57
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
58
58
59
59
# Initializes the CodeQL tools for scanning.
60
60
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
18
18
steps :
19
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
19
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20
20
- name : Build the Docker image
21
21
run : make compose/rebuild
22
22
- name : Lint in Docker image
Original file line number Diff line number Diff line change 40
40
actions : read
41
41
steps :
42
42
- name : Checkout code
43
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
43
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
44
44
45
45
- name : Install ESLint
46
46
run : |
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : Checkout repository
25
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26
26
27
27
- name : Set up Node.js ${{ matrix.node-version }}
28
28
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Set up Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
29
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30
30
31
31
- name : Set up Node.js ${{ matrix.node-version }}
32
32
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
17
18
18
- name : Install yamllint
19
19
run : pip install yamllint
You can’t perform that action at this time.
0 commit comments