File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 outputs :
1818 docs : ${{ steps.filter.outputs.docs }}
1919 steps :
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 # For pull requests it's not necessary to checkout the code but for the main branch it is
2222 with :
2323 persist-credentials : false
@@ -48,15 +48,15 @@ jobs:
4848 env :
4949 GITHUB_CONTEXT : ${{ toJson(github) }}
5050 run : echo "$GITHUB_CONTEXT"
51- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
51+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5252 with :
5353 persist-credentials : false
5454 - name : Set up Python
55- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
55+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
5656 with :
5757 python-version-file : " .python-version"
5858 - name : Setup uv
59- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
59+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
6060 with :
6161 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6262 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ jobs:
1717 env :
1818 GITHUB_CONTEXT : ${{ toJson(github) }}
1919 run : echo "$GITHUB_CONTEXT"
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 with :
2222 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }}
2323 persist-credentials : true
2424 - name : Set up Python
25- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
25+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2626 with :
2727 python-version-file : " .python-version"
2828 - name : Setup uv
29- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
29+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .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 @@ -22,16 +22,16 @@ jobs:
2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626 with :
2727 ref : ${{ github.event.repository.default_branch }}
2828 persist-credentials : true
2929 - name : Set up Python
30- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
30+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3131 with :
3232 python-version-file : " .python-version"
3333 - name : Install uv
34- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
34+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
3535 with :
3636 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3737 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626 with :
2727 persist-credentials : false
2828 - name : Set up Python
29- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
29+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3030 with :
3131 python-version-file : " .python-version"
3232 - name : Setup uv
33- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
33+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
3434 with :
3535 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3636 # 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@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2 .0
22+ - uses : actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0 .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 2424 if : github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
2525 timeout-minutes : 5
2626 steps :
27- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
27+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828 with :
2929 ref : ${{ github.event.repository.default_branch }}
3030 # To allow latest-changes to commit to the main branch
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
33+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3434 name : Checkout PR for fork
3535 if : env.HAS_SECRETS == 'false'
3636 with :
@@ -39,11 +39,11 @@ jobs:
3939 fetch-depth : 0
4040 persist-credentials : false
4141 - name : Set up Python
42- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
42+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Setup uv
46- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
46+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
4747 with :
4848 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ jobs:
3434 env :
3535 GITHUB_CONTEXT : ${{ toJson(github) }}
3636 run : echo "$GITHUB_CONTEXT"
37- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
37+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3838 with :
3939 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
4040 persist-credentials : true
4141 - name : Set up Python
42- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
42+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Install uv
46- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
46+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
4747 with :
4848 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 env :
2626 GITHUB_CONTEXT : ${{ toJson(github) }}
2727 run : echo "$GITHUB_CONTEXT"
28- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
28+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2929 with :
3030 persist-credentials : false
3131 - name : Set up Python
32- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
32+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
3333 with :
3434 python-version-file : " .python-version"
3535 - name : Install uv
36- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
36+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
3737 with :
3838 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3939 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 statuses : write
1515 timeout-minutes : 5
1616 steps :
17- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818 with :
1919 persist-credentials : false
20- - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
20+ - uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0 .0
2121 with :
2222 python-version-file : " .python-version"
2323 - name : Setup uv
24- uses : astral-sh/setup-uv@d31148d669074a8d0a63714ba94f3201e7020bc3 # v8.3 .0
24+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .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
You can’t perform that action at this time.
0 commit comments