File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 token : ${{ secrets.LATEST_CHANGES }}
2323 persist-credentials : true
2424 - name : Set up Python
25- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
25+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2626 with :
2727 python-version-file : " .python-version"
2828 - name : Setup uv
29- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
29+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
3030 with :
3131 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3232 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 timeout-minutes : 5
2121 steps :
22- - uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1 .0
22+ - uses : actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2 .0
2323 if : ${{ github.event.action != 'labeled' && github.event.action != 'unlabeled' }}
2424 - run : echo "Done adding labels"
2525 # Run this after labeler applied labels
Original file line number Diff line number Diff line change 2626 with :
2727 persist-credentials : false
2828 # For pull requests it's not necessary to checkout the code but for the main branch it is
29- - uses : dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
29+ - uses : dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
3030 id : filter
3131 with :
3232 filters : |
5555 - uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5656 with :
5757 bun-version : 1.3.12
58- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
58+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5959 with :
6060 python-version-file : .python-version
6161 - name : Setup tmate session
6464 with :
6565 limit-access-to-actor : true
6666 - name : Install uv
67- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
67+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
6868 with :
6969 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
7070 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 with :
4343 bun-version : 1.3.12
4444 - name : Set up Python
45- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
45+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4646 with :
4747 python-version-file : .python-version
4848 - name : Setup uv
49- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
49+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
5050 with :
5151 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
5252 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020 with :
2121 persist-credentials : false
22- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
22+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2323 with :
2424 python-version-file : .python-version
2525 - name : Setup uv
26- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
26+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
2727 with :
2828 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
2929 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
1717 with :
1818 persist-credentials : false
1919 - name : Set up Python
20- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
20+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2121 with :
2222 python-version-file : .python-version
2323 - name : Install uv
24- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
24+ uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
2525 with :
2626 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
2727 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change 2222 with :
2323 persist-credentials : false
2424 - name : Run zizmor
25- uses : zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
25+ uses : zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7
You can’t perform that action at this time.
0 commit comments