File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 45
45
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
46
46
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
48
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
cache : " pip"
Original file line number Diff line number Diff line change 24
24
ref : ${{ github.event.workflow_run.head_branch }}
25
25
26
26
- name : Set up Python
27
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
27
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
28
28
with :
29
29
python-version : ' 3.x'
30
30
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
15
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
16
16
with :
17
17
python-version : ' 3.x'
18
18
cache : ' pip'
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
23
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
24
24
with :
25
25
python-version : ' 3.x'
26
26
cache : ' pip'
32
32
pip install --upgrade tox
33
33
34
34
- name : Authenticate to Google Cloud
35
- uses : google-github-actions/auth@6fc4af4b145ae7821d527454aa9bd537d1f2dc5f
35
+ uses : google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935
36
36
with :
37
37
token_format : access_token
38
38
workload_identity_provider : projects/843741030650/locations/global/workloadIdentityPools/securesystemslib-tests/providers/securesystemslib-tests
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
21
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
22
22
with :
23
23
python-version : ' 3.x'
24
24
cache : ' pip'
Original file line number Diff line number Diff line change 12
12
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13
13
14
14
- name : Set up Python
15
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
15
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
16
16
with :
17
17
python-version : ' 3.x'
18
18
cache : ' pip'
You can’t perform that action at this time.
0 commit comments