File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 - name : auto-add labels
2525 if : github.event.issue.labels.length == 0
26- uses : release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7
26+ uses : release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7
2727 with :
2828 # we only want to use the auto-labeler bits:
2929 disable-autolabeler : false
Original file line number Diff line number Diff line change 1010
1111jobs :
1212 ack :
13- uses : ansible/team-devtools/.github/workflows/push.yml@a7f2500fb428f217418c6c39c016319cd76df408 # main
13+ uses : ansible/team-devtools/.github/workflows/push.yml@442c6e78fb5e45c2eab4904720db50d1e67a8dc9 # main
Original file line number Diff line number Diff line change 1111 permissions :
1212 id-token : write
1313 steps :
14- - uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
14+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
1515
1616 - name : Check out src from Git
1717 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131 - name : Attach dists to the release
3232 if : github.event_name == 'release'
3333 # cspell: ignore softprops
34- uses : softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
34+ uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
3535 with :
3636 name : ${{ github.event.release.tag_name }}
3737 files : dist/*
Original file line number Diff line number Diff line change 4141
4242 - name : Determine matrix
4343 id : generate_matrix
44- uses : ansible/actions/matrix@96828a1bedeacf72afaf583aa9fd1003e5a34cb5 # v1
44+ uses : ansible/actions/matrix@b2b0657c2e1d083cf979eba2fd04ae79e5ab3900 # v1
4545 with :
4646 min_python : " 3.11"
4747 default_python : |
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : Archive logs
170170 if : always()
171- uses : ansible/actions/upload-artifact@9048781436578c05be457b94e2fc7981c67674b5 # main
171+ uses : ansible/actions/upload-artifact@e74f61f91f99ce22066869886a485e5507f2ddb4 # main
172172 with :
173173 name : logs-${{ matrix.name }}.zip
174174 include-hidden-files : true
@@ -213,7 +213,7 @@ jobs:
213213
214214 - name : Merge logs into a single archive
215215 if : ${{ needs.build.result != 'skipped' }}
216- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
216+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
217217 with :
218218 name : logs.zip
219219 include-hidden-files : true
@@ -244,7 +244,7 @@ jobs:
244244 jobs : ${{ toJSON(needs) }}
245245
246246 - name : Delete Merged Artifacts
247- uses : actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
247+ uses : actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
248248 with :
249249 include-hidden-files : true
250250 delete-merged : true
Original file line number Diff line number Diff line change 1818 - id : check-useless-excludes
1919 priority : 0
2020 - repo : https://github.com/ansible/actions
21- rev : v1.1.0
21+ rev : v1.1.2
2222 hooks :
2323 - id : toml
2424 priority : 0
3535 - id : renovate-config-validator
3636 priority : 0
3737 - repo : https://github.com/astral-sh/uv-pre-commit
38- rev : 0.11.2
38+ rev : 0.11.7
3939 hooks :
4040 - id : uv-sync
4141 - id : uv-lock
4444 args : ["--upgrade"]
4545 stages : [manual]
4646 - repo : https://github.com/biomejs/pre-commit
47- rev : " v2.4.9 "
47+ rev : " v2.4.12 "
4848 hooks :
4949 - id : biome-check
5050 name : biome
You can’t perform that action at this time.
0 commit comments