File tree 10 files changed +13
-13
lines changed 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
persist-credentials : false
18
18
19
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
19
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
20
20
with :
21
21
python-version : " 3.x"
22
22
cache : " pip"
Original file line number Diff line number Diff line change 33
33
with :
34
34
persist-credentials : false
35
35
36
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
36
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
37
37
with :
38
38
python-version : ${{ matrix.conf.py }}
39
39
allow-prereleases : true
@@ -118,7 +118,7 @@ jobs:
118
118
with :
119
119
persist-credentials : false
120
120
121
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
121
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
122
122
with :
123
123
python-version : ' 3.x'
124
124
Original file line number Diff line number Diff line change 15
15
with :
16
16
persist-credentials : false
17
17
18
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
18
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19
19
with :
20
20
python-version : " 3.x"
21
21
cache : " pip"
Original file line number Diff line number Diff line change 13
13
with :
14
14
persist-credentials : false
15
15
16
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
16
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
17
17
with :
18
18
python-version : " 3.x"
19
19
cache : " pip"
Original file line number Diff line number Diff line change 14
14
with :
15
15
persist-credentials : false
16
16
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
cache : " pip"
35
35
36
36
# NOTE: We intentionally check `--help` rendering against our minimum Python,
37
37
# since it changes slightly between Python versions.
38
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
38
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
39
39
with :
40
40
python-version : " 3.9"
41
41
cache : " pip"
71
71
persist-credentials : false
72
72
73
73
# NOTE: We intentionally check test certificates against our minimum supported Python.
74
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
74
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
75
75
with :
76
76
python-version : " 3.9"
77
77
cache : " pip"
Original file line number Diff line number Diff line change 70
70
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
71
71
git config user.name "github-actions[bot]"
72
72
73
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
73
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
74
74
with :
75
75
python-version-file : install/.python-version
76
76
cache : " pip"
Original file line number Diff line number Diff line change 19
19
with :
20
20
persist-credentials : false
21
21
22
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
22
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
23
23
with :
24
24
# NOTE: We intentionally don't use a cache in the release step,
25
25
# to reduce the risk of cache poisoning.
Original file line number Diff line number Diff line change 36
36
ref : ${{ env.SIGSTORE_REF }}
37
37
persist-credentials : false
38
38
39
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
39
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
40
40
name : Install Python ${{ matrix.python_version }}
41
41
with :
42
42
python-version : ${{ matrix.python_version }}
Original file line number Diff line number Diff line change 52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
55
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
56
56
with :
57
57
sarif_file : results.sarif
Original file line number Diff line number Diff line change 21
21
with :
22
22
persist-credentials : false
23
23
24
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
24
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
25
25
with :
26
26
python-version : " 3.x"
27
27
cache : " pip"
You can’t perform that action at this time.
0 commit comments