File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111 RUST_TOOLCHAIN_VERSION : " nightly-2025-10-23"
1212 HADOLINT_VERSION : " v2.14.0"
1313 PYTHON_VERSION : " 3.14"
14+ JINJA2_CLI_VERSION : " 0.8.2"
1415
1516jobs :
1617 pre-commit :
@@ -26,10 +27,11 @@ jobs:
2627 persist-credentials : false
2728 submodules : recursive
2829 fetch-depth : 0
29- - uses : stackabletech/actions/run-pre-commit@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
30+ - uses : stackabletech/actions/run-pre-commit@bdccb71603f2733364b1871773042f96ada14d74 # v0.10.3
3031 with :
3132 python-version : ${{ env.PYTHON_VERSION }}
3233 rust : ${{ env.RUST_TOOLCHAIN_VERSION }}
3334 hadolint : ${{ env.HADOLINT_VERSION }}
3435 nix : ${{ env.NIX_PKG_MANAGER_VERSION }}
3536 nix-github-token : ${{ secrets.GITHUB_TOKEN }}
37+ jinja2-cli : ${{ env.JINJA2_CLI_VERSION }}
You can’t perform that action at this time.
0 commit comments