File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout TUF
14
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
14
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
15
15
16
16
- name : Set up Python (oldest supported version)
17
17
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
43
43
44
44
steps :
45
45
- name : Checkout TUF
46
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
46
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
47
47
48
48
- name : Set up Python ${{ matrix.python-version }}
49
49
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- name : Checkout TUF
14
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
14
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
15
15
16
16
- name : Set up Python
17
17
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 18
18
needs : test
19
19
steps :
20
20
- name : Checkout release tag
21
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22
22
with :
23
23
ref : ${{ github.event.workflow_run.head_branch }}
24
24
34
34
run : PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
35
35
36
36
- name : Store build artifacts
37
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
37
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
38
38
# NOTE: The GitHub release page contains the release artifacts too, but using
39
39
# GitHub upload/download actions seems robuster: there is no need to compute
40
40
# download URLs and tampering with artifacts between jobs is more limited.
52
52
release_id : ${{ steps.gh-release.outputs.result }}
53
53
steps :
54
54
- name : Fetch build artifacts
55
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
55
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
56
56
with :
57
57
name : build-artifacts
58
58
path : dist
92
92
id-token : write # to authenticate as Trusted Publisher to pypi.org
93
93
steps :
94
94
- name : Fetch build artifacts
95
- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
95
+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
96
96
with :
97
97
name : build-artifacts
98
98
path : dist
Original file line number Diff line number Diff line change 23
23
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
27
27
28
28
- name : Initialize CodeQL
29
29
uses : github/codeql-action/init@v3 # unpinned since this is not security critical
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : ' Checkout Repository'
19
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
20
20
- name : ' Dependency Review'
21
21
uses : actions/dependency-review-action@v4 # unpinned since this is not security critical
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- name : " Checkout code"
25
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
25
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
26
26
27
27
- name : " Run analysis"
28
28
uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
Original file line number Diff line number Diff line change 14
14
outputs :
15
15
version : ${{ steps.get-version.outputs.version }}
16
16
steps :
17
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
18
18
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
19
19
with :
20
20
python-version : " 3.x"
You can’t perform that action at this time.
0 commit comments