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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Set up Python 3
17
17
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
21
- name : Set up Python 3
22
22
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
55
55
steps :
56
56
- name : Check out the codebase
57
57
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
58
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59
59
60
60
- name : Set up Python 3
61
61
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments