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 21
21
fail-fast : false # Don't cancel other jobs when one job fails
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
24
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
- name : Set up Python ${{ env.PYTHON_VERSION }}
26
26
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
27
27
with :
Original file line number Diff line number Diff line change 25
25
compiler : gcc # GCC is an alias for clang on the MacOS image.
26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
- name : Set up Python ${{ env.PYTHON_VERSION }}
30
30
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
31
31
with :
Original file line number Diff line number Diff line change 46
46
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
47
47
48
48
- name : Checkout repository
49
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
49
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 34
34
coverage-linux :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
38
with :
39
39
persist-credentials : false
40
40
- name : Set up Python ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 22
22
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
23
23
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
- name : ' Dependency Review'
27
27
uses : actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
Original file line number Diff line number Diff line change 15
15
16
16
runs-on : ${{ matrix.os }}
17
17
steps :
18
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
19
with :
20
20
fetch-depth : 0
21
21
- run : git branch -a
Original file line number Diff line number Diff line change 36
36
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
37
37
38
38
- name : " Checkout code"
39
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments