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,12 +22,12 @@ jobs:
2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
25+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 ref : ${{ github.event.repository.default_branch }}
2828 persist-credentials : true
2929 - name : Set up Python
30- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
30+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3131 with :
3232 python-version-file : " .python-version"
3333 - name : Install uv
Original file line number Diff line number Diff line change 3030 env :
3131 GITHUB_CONTEXT : ${{ toJson(github) }}
3232 run : echo "$GITHUB_CONTEXT"
33- - uses : tiangolo/issue-manager@75d60679db1ea348f6f6ea1d0e20de80a7c04645 # 0.7.1
33+ - uses : tiangolo/issue-manager@48bacd85fb842cc27efee25e834edb00aad8f263 # 0.8.0
3434 with :
3535 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2828 env :
2929 GITHUB_CONTEXT : ${{ toJson(github) }}
3030 run : echo "$GITHUB_CONTEXT"
31- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
31+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3232 with :
3333 # To allow latest-changes to commit to the main branch
3434 token : ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3939 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
4040 with :
4141 limit-access-to-actor : true
42- - uses : tiangolo/latest-changes@eb3f6e7ff0073896ecb561e774a121de9418fa06 # 0.5 .0
42+ - uses : tiangolo/latest-changes@43f19d63faf0edfed2cc482122bcfbc4a637cf02 # 0.6 .0
4343 with :
4444 token : ${{ secrets.GITHUB_TOKEN }}
4545 latest_changes_file : release-notes.md
Original file line number Diff line number Diff line change 1717 env :
1818 GITHUB_CONTEXT : ${{ toJson(github) }}
1919 run : echo "$GITHUB_CONTEXT"
20- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 name : Checkout PR for own repo
2222 if : env.HAS_SECRETS == 'true'
2323 with :
3030 token : ${{ secrets.PRE_COMMIT }} # zizmor: ignore[secrets-outside-env]
3131 persist-credentials : true # Required for `git push` command
3232 # pre-commit lite ci needs the default checkout configs to work
33- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
33+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3434 name : Checkout PR for fork
3535 if : env.HAS_SECRETS == 'false'
3636 with :
3939 fetch-depth : 0
4040 persist-credentials : false
4141 - name : Set up Python
42- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
42+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Setup uv
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 env :
3535 GITHUB_CONTEXT : ${{ toJson(github) }}
3636 run : echo "$GITHUB_CONTEXT"
37- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
37+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3838 with :
3939 token : ${{ secrets.LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
4040 persist-credentials : true
4141 - name : Set up Python
42- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
42+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Install uv
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 env :
2020 GITHUB_CONTEXT : ${{ toJson(github) }}
2121 run : echo "$GITHUB_CONTEXT"
22- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
22+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2323 with :
2424 persist-credentials : false
2525 - name : Set up Python
26- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
26+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2727 with :
2828 python-version-file : " .python-version"
2929 - name : Install uv
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 env :
1919 GITHUB_CONTEXT : ${{ toJson(github) }}
2020 run : echo "$GITHUB_CONTEXT"
21- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
21+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2222 with :
2323 persist-credentials : false
24- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
24+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2525 with :
2626 python-version-file : " .python-version"
2727 - name : Setup uv
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 env :
1717 GITHUB_CONTEXT : ${{ toJson(github) }}
1818 run : echo "$GITHUB_CONTEXT"
19- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2020 with :
2121 persist-credentials : false
2222 - name : Set up Python
23- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
23+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2424 with :
2525 python-version-file : " .python-version"
2626 # Issue ref: https://github.com/actions/setup-python/issues/436
Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
5858 env :
5959 GITHUB_CONTEXT : ${{ toJson(github) }}
6060 run : echo "$GITHUB_CONTEXT"
61- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
61+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6262 with :
6363 persist-credentials : false
6464 - name : Set up Python
65- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
65+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
6666 with :
6767 python-version : ${{ matrix.python-version }}
6868 - name : Setup uv
@@ -105,10 +105,10 @@ jobs:
105105 env :
106106 GITHUB_CONTEXT : ${{ toJson(github) }}
107107 run : echo "$GITHUB_CONTEXT"
108- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
108+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
109109 with :
110110 persist-credentials : false
111- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
111+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
112112 with :
113113 python-version-file : " .python-version"
114114 - name : Setup uv
Original file line number Diff line number Diff line change 1818 timeout-minutes : 5
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
21+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
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