File tree Expand file tree Collapse file tree 3 files changed +1897
-16
lines changed
Expand file tree Collapse file tree 3 files changed +1897
-16
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 runs-on : ubuntu-latest
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929 with :
3030 fetch-depth : 0
3131
32- - uses : hynek/build-and-inspect-python-package@v2
32+ - uses : hynek/build-and-inspect-python-package@c52c3a4710070b50470d903818a7b25115dcd076 # v2.13.0
3333
3434 test-publish :
3535 needs : [dist]
@@ -42,12 +42,12 @@ jobs:
4242 if : github.event_name == 'release' && github.event.action == 'published'
4343
4444 steps :
45- - uses : actions/download-artifact@v5
45+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4646 with :
4747 name : Packages
4848 path : dist
4949
50- - uses : pypa/gh-action-pypi-publish@release/v1
50+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
5151 if : github.event_name == 'release' && github.event.action == 'published'
5252 with :
5353 repository-url : https://test.pypi.org/legacy/
6262 if : github.event_name == 'release' && github.event.action == 'published'
6363
6464 steps :
65- - uses : actions/download-artifact@v5
65+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6666 with :
6767 name : Packages
6868 path : dist
6969
70- - uses : pypa/gh-action-pypi-publish@release/v1
70+ - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
Original file line number Diff line number Diff line change @@ -21,13 +21,11 @@ jobs:
2121 name : Format
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v5
25- with :
26- fetch-depth : 0
27- - uses : actions/setup-python@v5
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2826 with :
2927 python-version : " 3.x"
30- - uses : pre-commit/action@v3.0.1
28+ - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3129 with :
3230 extra_args : --hook-stage manual --all-files
3331 - name : Run PyLint
5048 runs-on : ubuntu-latest
5149
5250 steps :
53- - uses : actions/checkout@v5
54- with :
55- fetch-depth : 0
51+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5652
57- - uses : actions/setup-python@v5
53+ - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
5854 with :
5955 python-version : ${{ matrix.python-version }}
6056 allow-prereleases : true
6864 --durations=20
6965
7066 - name : Upload coverage report
71- uses : codecov/codecov-action@v5.5.0
67+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
7268 with :
7369 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments