File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 48
48
persist-credentials : false
49
49
50
50
- name : Set up Python ${{ matrix.python-version }}
51
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
51
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
52
52
with :
53
53
python-version : ${{ matrix.python-version }}
54
54
cache : " pip"
Original file line number Diff line number Diff line change 25
25
ref : ${{ github.event.workflow_run.head_branch }}
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
28
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
29
29
with :
30
30
python-version : ' 3.x'
31
31
54
54
release_id : ${{ steps.gh-release.outputs.result }}
55
55
steps :
56
56
- name : Fetch build artifacts
57
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
57
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
58
58
with :
59
59
name : build-artifacts
60
60
path : dist
98
98
id-token : write # to authenticate as Trusted Publisher to pypi.org
99
99
steps :
100
100
- name : Fetch build artifacts
101
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
101
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
102
102
with :
103
103
name : build-artifacts
104
104
path : dist
Original file line number Diff line number Diff line change 18
18
persist-credentials : false
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
21
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
22
22
with :
23
23
python-version : ' 3.x'
24
24
cache : ' pip'
Original file line number Diff line number Diff line change 22
22
persist-credentials : false
23
23
24
24
- name : Set up Python
25
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
25
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
26
26
with :
27
27
python-version : ' 3.x'
28
28
cache : ' pip'
34
34
pip install --upgrade tox
35
35
36
36
- name : Authenticate to Google Cloud
37
- uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
37
+ uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193
38
38
with :
39
39
token_format : access_token
40
40
workload_identity_provider : projects/843741030650/locations/global/workloadIdentityPools/securesystemslib-tests/providers/securesystemslib-tests
Original file line number Diff line number Diff line change 20
20
persist-credentials : false
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
23
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
24
24
with :
25
25
python-version : ' 3.x'
26
26
cache : ' pip'
Original file line number Diff line number Diff line change 18
18
persist-credentials : false
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
21
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
22
22
with :
23
23
python-version : ' 3.x'
24
24
cache : ' pip'
You can’t perform that action at this time.
0 commit comments