File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Set up Python 3
17
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
17
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
18
18
with :
19
19
python-version : 3.x
20
20
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
22
22
- name : Set up Python 3
23
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
23
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
24
24
with :
25
25
python-version : 3.x
26
26
61
61
62
62
- name : Set up Python 3
63
63
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
64
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
64
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
65
65
with :
66
66
python-version : 3.x
67
67
Original file line number Diff line number Diff line change 45
45
46
46
# Upload the results to GitHub's code scanning dashboard.
47
47
- name : Upload SARIF results to code scanning
48
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
48
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
49
49
with :
50
50
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments