File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ jobs:
130130
131131 steps :
132132 - name : Download distribution 📦
133- uses : actions/download-artifact@v7
133+ # yamllint disable-line rule:line-length
134+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
134135 with :
135136 name : python-package-distributions
136137 path : dist/
Original file line number Diff line number Diff line change 1616 timeout-minutes : 5
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020 with :
2121 persist-credentials : false
2222 - name : Install uv
3131 - name : Check distribution 📦
3232 run : uvx twine check --strict dist/*
3333 - name : Upload distribution 📦
34- uses : actions/upload-artifact@v6
34+ # yamllint disable-line rule:line-length
35+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3536 with :
3637 name : python-package-distributions
3738 path : dist/
Original file line number Diff line number Diff line change 4444
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v6
47+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4848 with :
4949 persist-credentials : false
5050 submodules : true
Original file line number Diff line number Diff line change 2222 timeout-minutes : 5
2323
2424 steps :
25- - uses : actions/stale@v10
25+ - uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
2626 with :
2727 stale-issue-message : >-
2828 This issue has been marked as stale because it has been inactive for
You can’t perform that action at this time.
0 commit comments