We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157bbea commit e91df77Copy full SHA for e91df77
1 file changed
.github/workflows/pr_pre-commit.yaml
@@ -11,6 +11,7 @@ env:
11
RUST_TOOLCHAIN_VERSION: "nightly-2025-10-23"
12
HADOLINT_VERSION: "v2.14.0"
13
PYTHON_VERSION: "3.14"
14
+ JINJA2_CLI_VERSION: "0.8.2"
15
16
jobs:
17
pre-commit:
@@ -26,10 +27,11 @@ jobs:
26
27
persist-credentials: false
28
submodules: recursive
29
fetch-depth: 0
- - uses: stackabletech/actions/run-pre-commit@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
30
+ - uses: stackabletech/actions/run-pre-commit@bdccb71603f2733364b1871773042f96ada14d74 # v0.10.3
31
with:
32
python-version: ${{ env.PYTHON_VERSION }}
33
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
34
hadolint: ${{ env.HADOLINT_VERSION }}
35
nix: ${{ env.NIX_PKG_MANAGER_VERSION }}
36
nix-github-token: ${{ secrets.GITHUB_TOKEN }}
37
+ jinja2-cli: ${{ env.JINJA2_CLI_VERSION }}
0 commit comments