1818 env :
1919 GITHUB_CONTEXT : ${{ toJson(github) }}
2020 run : echo "$GITHUB_CONTEXT"
21- - uses : actions/checkout@v6
21+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 name : Checkout PR for own repo
2323 if : env.HAS_SECRETS == 'true'
2424 with :
@@ -30,19 +30,19 @@ jobs:
3030 # A token other than the default GITHUB_TOKEN is needed to be able to trigger CI
3131 token : ${{ secrets.PRE_COMMIT }}
3232 # pre-commit lite ci needs the default checkout configs to work
33- - uses : actions/checkout@v6
33+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 name : Checkout PR for fork
3535 if : env.HAS_SECRETS == 'false'
3636 with :
3737 # To be able to commit it needs the head branch of the PR, the remote one
3838 ref : ${{ github.event.pull_request.head.sha }}
3939 fetch-depth : 0
4040 - name : Set up Python
41- uses : actions/setup-python@v6
41+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4242 with :
4343 python-version-file : " .python-version"
4444 - name : Setup uv
45- uses : astral-sh/setup-uv@v7
45+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
4646 with :
4747 cache-dependency-glob : |
4848 pyproject.toml
6565 git commit -m "🎨 Auto format"
6666 git push
6767 fi
68- - uses : pre-commit-ci/lite-action@v1.1.0
68+ - uses : pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0
6969 if : env.HAS_SECRETS == 'false'
7070 with :
7171 msg : 🎨 Auto format
8585 GITHUB_CONTEXT : ${{ toJson(github) }}
8686 run : echo "$GITHUB_CONTEXT"
8787 - name : Decide whether the needed jobs succeeded or failed
88- uses : re-actors/alls-green@release/v1
88+ uses : re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # v1.2.2
8989 with :
9090 jobs : ${{ toJSON(needs) }}
0 commit comments