File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 pre-commit :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
17+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
1818 with :
1919 persist-credentials : false
2020 fetch-depth : 0
21- - uses : stackabletech/actions/run-pre-commit@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11.0
21+ - uses : stackabletech/actions/run-pre-commit@c34dbb4f27b274736c7d2edc6f6f30a03d03edf5 # v0.12.2
2222 with :
2323 python-version : ${{ env.PYTHON_VERSION }}
2424 hadolint : ${{ env.HADOLINT_VERSION }}
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ repos:
1515 - id : detect-private-key
1616
1717 - repo : https://github.com/adrienverge/yamllint
18- rev : 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # 1.37.1
18+ rev : cba56bcde1fdd01c1deb3f945e69764c291a6530 # 1.38.0
1919 hooks :
2020 - id : yamllint
2121 args : ["--strict"]
2222 types : [text]
2323 files : \.(yml|yaml)(\.j2)*$
2424
2525 - repo : https://github.com/igorshubovych/markdownlint-cli
26- rev : 192ad822316c3a22fb3d3cc8aa6eafa0b8488360 # 0.45 .0
26+ rev : 76b3d32d3f4b965e1d6425253c59407420ae2c43 # 0.47 .0
2727 hooks :
2828 - id : markdownlint
2929 types : [text]
@@ -39,15 +39,15 @@ repos:
3939 # If you do not, you will need to delete the cached ruff binary shown in the
4040 # error message
4141 - repo : https://github.com/astral-sh/ruff-pre-commit
42- rev : 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
42+ rev : 0839f92796ae388643a08a21640a029b322be5c2 # 0.15.2
4343 hooks :
4444 # Run the linter.
4545 - id : ruff
4646 # Run the formatter.
4747 - id : ruff-format
4848
4949 - repo : https://github.com/rhysd/actionlint
50- rev : e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
50+ rev : 393031adb9afb225ee52ae2ccd7a5af5525e03e8 # 1.7.11
5151 hooks :
5252 - id : actionlint
5353 types : [text]
Original file line number Diff line number Diff line change 22# IMPORTANT
33# If you change the Rust toolchain version here, make sure to also change
44# docker-images/ubi9-rust-builder/Dockerfile
5- rust_version : 1.89 .0
5+ rust_version : 1.92 .0
66
77# This nightly version is only used for cargo fmt invocations, because we use nightly-only
88# rustfmt config options in rustfmt.toml. The version should be kept in line with the version
99# used in the operator-rs repository.
10- rust_nightly_version : nightly-2025-10-23
10+ rust_nightly_version : nightly-2026-02-19
1111
1212# This edition is mostly used for rustfmt commands and the rustfmt config file. The edition should
1313# be kept in line with the edition in the operator-rs repository.
@@ -29,6 +29,7 @@ python_version: 3.14
2929# https://github.com/NixOS/nix/tags
3030# Usually the latest version should just work and as such the version here can
3131# be bumped without any constraints.
32- nix_pkg_manager_version : 2.30.0
32+ nix_pkg_manager_version : 2.33.3
3333
34- jinja2_cli_version : 0.8.2
34+ # Check https://pypi.org/project/jinja2-cli/#history for updates
35+ jinja2_cli_version : 1.0.0
You can’t perform that action at this time.
0 commit comments