File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 outputs :
2222 docs : ${{ steps.filter.outputs.docs }}
2323 steps :
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 # For pull requests it's not necessary to checkout the code but for the main branch it is
2626 with :
2727 persist-credentials : false
5252 env :
5353 GITHUB_CONTEXT : ${{ toJson(github) }}
5454 run : echo "$GITHUB_CONTEXT"
55- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656 with :
5757 persist-credentials : false
5858 - name : Set up Python
Original file line number Diff line number Diff line change 2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 with :
2727 ref : ${{ github.event.repository.default_branch }}
2828 persist-credentials : true
Original file line number Diff line number Diff line change 2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 with :
2727 persist-credentials : false
2828 - name : Set up Python
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 if : github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
2525 timeout-minutes : 5
2626 steps :
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828 with :
2929 # To allow latest-changes to commit to the main branch
3030 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3131 persist-credentials : true # required by tiangolo/latest-changes
3232 # Allow debugging with tmate
3333 - name : Setup tmate session
34- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
34+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
3535 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
3636 with :
3737 limit-access-to-actor : true
Original file line number Diff line number Diff line change 2121 env :
2222 GITHUB_CONTEXT : ${{ toJson(github) }}
2323 run : echo "$GITHUB_CONTEXT"
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 name : Checkout PR for own repo
2626 if : env.HAS_SECRETS == 'true'
2727 with :
3434 token : ${{ secrets.PRE_COMMIT }} # zizmor: ignore[secrets-outside-env]
3535 persist-credentials : true # Required for `git push` command
3636 # pre-commit lite ci needs the default checkout configs to work
37- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 name : Checkout PR for fork
3939 if : env.HAS_SECRETS == 'false'
4040 with :
Original file line number Diff line number Diff line change 3434 env :
3535 GITHUB_CONTEXT : ${{ toJson(github) }}
3636 run : echo "$GITHUB_CONTEXT"
37- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 with :
3939 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
4040 persist-credentials : true
Original file line number Diff line number Diff line change 2525 env :
2626 GITHUB_CONTEXT : ${{ toJson(github) }}
2727 run : echo "$GITHUB_CONTEXT"
28- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929 with :
3030 persist-credentials : false
3131 - name : Set up Python
Original file line number Diff line number Diff line change 1414 statuses : write
1515 timeout-minutes : 5
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818 with :
1919 persist-credentials : false
2020 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626 - name : Set up Python
Original file line number Diff line number Diff line change 5454 UV_PYTHON : ${{ matrix.python-version }}
5555 UV_RESOLUTION : ${{ matrix.uv-resolution }}
5656 steps :
57- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5858 with :
5959 persist-credentials : false
6060 - name : Set up Python
7373 uv.lock
7474 # Allow debugging with tmate
7575 - name : Setup tmate session
76- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
76+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
7777 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
7878 with :
7979 limit-access-to-actor : true
9898 runs-on : ubuntu-latest
9999 timeout-minutes : 5
100100 steps :
101- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
101+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
102102 with :
103103 persist-credentials : false
104104 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
You can’t perform that action at this time.
0 commit comments