File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout TUF
14- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
14+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1515
1616 - name : Set up Python (oldest supported version)
1717 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4343
4444 steps :
4545 - name : Checkout TUF
46- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
46+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
4747
4848 - name : Set up Python ${{ matrix.python-version }}
4949 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout TUF
14- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
14+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1515
1616 - name : Set up Python
1717 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
Original file line number Diff line number Diff line change 1818 needs : test
1919 steps :
2020 - name : Checkout release tag
21- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2222 with :
2323 ref : ${{ github.event.workflow_run.head_branch }}
2424
3434 run : PIP_CONSTRAINT=requirements/build.txt python3 -m build --sdist --wheel --outdir dist/ .
3535
3636 - name : Store build artifacts
37- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
37+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
3838 # NOTE: The GitHub release page contains the release artifacts too, but using
3939 # GitHub upload/download actions seems robuster: there is no need to compute
4040 # download URLs and tampering with artifacts between jobs is more limited.
5252 release_id : ${{ steps.gh-release.outputs.result }}
5353 steps :
5454 - name : Fetch build artifacts
55- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
55+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
5656 with :
5757 name : build-artifacts
5858 path : dist
9292 id-token : write # to authenticate as Trusted Publisher to pypi.org
9393 steps :
9494 - name : Fetch build artifacts
95- uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
95+ uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
9696 with :
9797 name : build-artifacts
9898 path : dist
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2727
2828 - name : Initialize CodeQL
2929 uses : github/codeql-action/init@v3 # unpinned since this is not security critical
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ' Checkout Repository'
19- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
19+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2020 - name : ' Dependency Review'
2121 uses : actions/dependency-review-action@v4 # unpinned since this is not security critical
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : " Checkout code"
25- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
25+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
2626
2727 - name : " Run analysis"
2828 uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
Original file line number Diff line number Diff line change 1414 outputs :
1515 version : ${{ steps.get-version.outputs.version }}
1616 steps :
17- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
1818 - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
1919 with :
2020 python-version : " 3.x"
You can’t perform that action at this time.
0 commit comments