7272
7373 # repo: https://github.com/actions/checkout
7474 # releases: https://github.com/actions/checkout/tags
75- - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 released on 17-07-2026
75+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7676 with :
7777 persist-credentials : false
7878 fetch-depth : 0
@@ -92,15 +92,15 @@ jobs:
9292 # repo: https://github.com/extractions/setup-just
9393 # releases: https://github.com/extractions/setup-just/releases
9494 - name : Install pinned version of just
95- uses : extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0 released on 05-04-2026
95+ uses : extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
9696 with :
9797 just-version : ${{ env.JUST_VERSION }}
9898
9999 # repo: https://github.com/astral-sh/setup-uv
100100 # releases: https://github.com/astral-sh/setup-uv/tags
101101 # docs: https://docs.astral.sh/uv/guides/integration/github
102102 - name : Install pinned version of uv
103- uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 released on 14-08-2026
103+ uses : astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
104104 with :
105105 cache-dependency-glob : " uv.lock"
106106 enable-cache : true
@@ -135,7 +135,7 @@ jobs:
135135 # repo: https://github.com/codecov/codecov-action
136136 # releases: https://github.com/codecov/codecov-action/tags
137137 - name : " Upload coverage to Codecov"
138- uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 released on 07-06-2026
138+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
139139 with :
140140 fail_ci_if_error : false # optional (default = false)
141141 files : var/coverage/pytest-cobertura.xml
0 commit comments