File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
28
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
29
29
30
30
- name : Initialize CodeQL
31
31
uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
17
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18
18
- name : Build the Docker image
19
19
run : make compose/rebuild
20
20
- name : Run static checks in Docker image
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
23
24
24
- name : Set up Node.js ${{ matrix.node-version }}
25
25
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 20
20
python : ["3.12"]
21
21
runs-on : ${{ matrix.os }}
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24
24
with :
25
25
# Shallow clones should be disabled for a better relevancy of analysis
26
26
fetch-depth : 0
Original file line number Diff line number Diff line change 20
20
python : ["3.10", "3.11", "3.12"]
21
21
runs-on : ${{ matrix.os }}
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24
24
25
25
- name : Setup Python
26
26
uses : actions/setup-python@master
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
15
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
16
16
17
17
- name : Install yamllint
18
18
run : pip install yamllint
You can’t perform that action at this time.
0 commit comments