1515 lint :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
18+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1919 - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
2020 with :
2121 python-version : " 3.12"
2727 name : Lint Commit Messages
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
30+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3131 with :
3232 fetch-depth : 0
3333 - uses : wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
6868 python-version : " pypy-3.10"
6969 runs-on : ${{ matrix.os }}
7070 steps :
71- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
71+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7272 - name : Install poetry
7373 run : pipx install poetry
7474 - name : Set up Python
@@ -90,14 +90,14 @@ jobs:
9090 - name : Test with Pytest
9191 run : poetry run pytest --durations=20 --timeout=60 -v --cov=zeroconf --cov-branch --cov-report xml --cov-report html --cov-report term-missing tests
9292 - name : Upload coverage to Codecov
93- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5
93+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
9494 with :
9595 token : ${{ secrets.CODECOV_TOKEN }}
9696
9797 benchmark :
9898 runs-on : ubuntu-latest
9999 steps :
100- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
100+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
101101 - name : Setup Python 3.13
102102 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
103103 with :
@@ -108,7 +108,7 @@ jobs:
108108 REQUIRE_CYTHON=1 poetry install --only=main,dev
109109 shell : bash
110110 - name : Run benchmarks
111- uses : CodSpeedHQ/action@346a2d8a8d9d38909abd0bc3d23f773110f076ad # v3
111+ uses : CodSpeedHQ/action@972e3437949c89e1357ebd1a2dbc852fcbc57245 # v3
112112 with :
113113 token : ${{ secrets.CODSPEED_TOKEN }}
114114 run : poetry run pytest --no-cov -vvvvv --codspeed tests/benchmarks
@@ -132,21 +132,21 @@ jobs:
132132 newest_release_tag : ${{ steps.release.outputs.tag }}
133133
134134 steps :
135- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
135+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
136136 with :
137137 fetch-depth : 0
138138 ref : ${{ github.head_ref || github.ref_name }}
139139
140140 # Do a dry run of PSR
141141 - name : Test release
142- uses : python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10.5.2
142+ uses : python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.5.3
143143 if : github.ref_name != 'master'
144144 with :
145145 no_operation_mode : true
146146
147147 # On main branch: actual PSR + upload to PyPI & GitHub
148148 - name : Release
149- uses : python-semantic-release/python-semantic-release@02f2a5c74dbb6aa2989f10fc4af12cd8e6bf025f # v10.5.2
149+ uses : python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10.5.3
150150 id : release
151151 if : github.ref_name == 'master'
152152 with :
@@ -248,7 +248,7 @@ jobs:
248248 pyver : cp314t
249249 steps :
250250 - name : Checkout
251- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
251+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
252252 with :
253253 fetch-depth : 0
254254 ref : " master"
@@ -282,7 +282,7 @@ jobs:
282282 echo "CIBW_BUILD=${{ matrix.pyver }}*" >> $GITHUB_ENV
283283 fi
284284
285- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
285+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
286286 with :
287287 ref : ${{ needs.release.outputs.newest_release_tag }}
288288 fetch-depth : 0
@@ -295,7 +295,7 @@ jobs:
295295 CIBW_BEFORE_ALL_LINUX : apt install -y gcc || yum install -y gcc || apk add gcc
296296 REQUIRE_CYTHON : 1
297297
298- - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
298+ - uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v4
299299 with :
300300 path : ./wheelhouse/*.whl
301301 name : wheels-${{ matrix.os }}-${{ matrix.musl }}-${{ matrix.qemu }}-${{ matrix.pyver }}
@@ -308,7 +308,7 @@ jobs:
308308 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
309309
310310 steps :
311- - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
311+ - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v4
312312 with :
313313 # unpacks default artifact into dist/
314314 # if `name: artifact` is omitted, the action will create extra parent dir
0 commit comments