File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Check out the codebase
14
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15
15
16
16
- name : Set up Python 3
17
17
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-24.04
17
17
steps :
18
18
- name : Check out the codebase
19
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20
20
21
21
- name : Set up Python 3
22
22
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
67
67
steps :
68
68
- name : Check out the codebase
69
69
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
70
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
71
71
72
72
- name : Set up Python 3
73
73
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
Original file line number Diff line number Diff line change 29
29
# checks: read # To detect SAST tools
30
30
steps :
31
31
- name : Check out the codebase
32
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments