Skip to content

Commit e569102

Browse files
authored
chore: Bump Rust toolchains, pre-commit hooks and actions (#556)
* chore(template): Bump Python to 3.14 * ci: Bump Python to 3.14 * chore: Bump pre-commit hook refs - Bump pre-commit/pre-commit-hooks to 6.0.0 - Bump koalaman/shellcheck-precommit to 0.11.0 - Bump astral-sh/ruff-pre-commit to 0.14.1 - Bump rhysd/actionlint to 1.7.8 - Bump hadolint/hadolint to 2.14.0 * chore(template): Bump pre-commit hook refs - Bump pre-commit/pre-commit-hooks to 6.0.0 - Bump koalaman/shellcheck-precommit to 0.11.0 - Bump astral-sh/ruff-pre-commit to 0.14.1 - Bump rhysd/actionlint to 1.7.8 - Bump hadolint/hadolint to 2.14.0 * chore: Bump Hadolint to 2.14.0 * ci: Bump Hadolint to 2.14.0 * chore: Bump Rust toolchain to 1.89.0 * chore: Bump nightly Rust toolchain to nightly-2025-10-23 * ci: Bump workflow actions - Bump cachix/install-nix-action to v31.8.1 - Bump stackabletech/actions to v0.10.3 * ci(template): Bump workflow actions - Bump awalsh128/cache-apt-pkgs-action to v1.6.0 - Bump Swatinem/rust-cache to v2.8.1 - Bump actions/setup-python to v6.0.0 - Bump actions/github-script to v8.0.0 - Bump azure/setup-helm to v4.3.1 - Bump cachix/install-nix-action to v31.8.1 - Bump sigstore/cosign-installer to v4.0.0 - Bump anchore/sbom-action to v0.20.9 - Bump stackabletech/actions to v0.10.3
1 parent b85dfd3 commit e569102

File tree

8 files changed

+49
-49
lines changed

8 files changed

+49
-49
lines changed

.github/workflows/generate_prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5252
with:
5353
persist-credentials: false
54-
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31.5.2
54+
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
5555
- name: Install Ansible
5656
env:
5757
DEBIAN_FRONTEND: noninteractive

.github/workflows/pr_pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
pull_request:
66

77
env:
8-
HADOLINT_VERSION: "v2.12.0"
9-
PYTHON_VERSION: "3.13"
8+
HADOLINT_VERSION: "v2.14.0"
9+
PYTHON_VERSION: "3.14"
1010

1111
permissions: {}
1212

@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
21-
- uses: stackabletech/actions/run-pre-commit@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
21+
- uses: stackabletech/actions/run-pre-commit@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
hadolint: ${{ env.HADOLINT_VERSION }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # 6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -30,7 +30,7 @@ repos:
3030
files: \.md(\.j2)*$
3131

3232
- repo: https://github.com/koalaman/shellcheck-precommit
33-
rev: 2491238703a5d3415bb2b7ff11388bf775372f29 # 0.10.0
33+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # 0.11.0
3434
hooks:
3535
- id: shellcheck
3636
args: ["--severity=info"]
@@ -39,22 +39,22 @@ 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: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # 0.12.2
42+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
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: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
50+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
5151
hooks:
5252
- id: actionlint
5353
types: [text]
5454
files: ^(template/)?\.github/workflows/.*\.ya?ml(\.j2)?
5555

5656
- repo: https://github.com/hadolint/hadolint
57-
rev: b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
57+
rev: 57e1618d78fd469a92c1e584e8c9313024656623 # 2.14.0
5858
hooks:
5959
- id: hadolint
6060
exclude: \.j2$

config/versions.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
# IMPORTANT
33
# If you change the Rust toolchain version here, make sure to also change
4-
# docker-images/ubi8-rust-builder/Dockerfile & docker-images/ubi9-rust-builder/Dockerfile
5-
rust_version: 1.87.0
4+
# docker-images/ubi9-rust-builder/Dockerfile
5+
rust_version: 1.89.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-05-26
10+
rust_nightly_version: nightly-2025-10-23
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.
@@ -17,12 +17,12 @@ rust_edition: 2024
1717
# If you change the Hadolint version here, make sure to also change the hook
1818
# refs in the local and templated .pre-commit-config.yaml files.
1919
# And due to a bug you also need to update the version in .github/workflows/pr_pre_commit.yml
20-
hadolint_version: v2.12.0
20+
hadolint_version: v2.14.0
2121

2222
# IMPORTANT
2323
# If you change the Python version here, make sure to also change it in
2424
# .github/workflows/pr_pre-commit.yml
25-
python_version: 3.13
25+
python_version: 3.14
2626

2727
# This Nix version is used in the operators pre-commit workflow as they require
2828
# Nix to run some checks. Check for new versions here:

template/.github/workflows/build.yml.j2

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ jobs:
4242
RUSTC_BOOTSTRAP: 1
4343
steps:
4444
- name: Install host dependencies
45-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
45+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
4646
with:
4747
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
4848
version: ubuntu-latest
4949
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
with:
5151
persist-credentials: false
5252
submodules: recursive
53-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
53+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
5454
with:
5555
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
56-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
56+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
5757
with:
5858
key: udeps
5959
cache-all-crates: "true"
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
persist-credentials: false
128128
submodules: recursive
129-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
129+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
130130
with:
131131
toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }}
132132
components: rustfmt
@@ -139,19 +139,19 @@ jobs:
139139
runs-on: ubuntu-latest
140140
steps:
141141
- name: Install host dependencies
142-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
142+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
143143
with:
144144
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
145145
version: ubuntu-latest
146146
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
147147
with:
148148
persist-credentials: false
149149
submodules: recursive
150-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
150+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
151151
with:
152152
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
153153
components: clippy
154-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
154+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
155155
with:
156156
key: clippy
157157
cache-all-crates: "true"
@@ -178,18 +178,18 @@ jobs:
178178
runs-on: ubuntu-latest
179179
steps:
180180
- name: Install host dependencies
181-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
181+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
182182
with:
183183
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
184184
version: ubuntu-latest
185185
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
186186
with:
187187
submodules: recursive
188-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
188+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
189189
with:
190190
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
191191
components: rustfmt
192-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
192+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
193193
with:
194194
key: doc
195195
cache-all-crates: "true"
@@ -201,18 +201,18 @@ jobs:
201201
runs-on: ubuntu-latest
202202
steps:
203203
- name: Install host dependencies
204-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
204+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
205205
with:
206206
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
207207
version: ubuntu-latest
208208
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
209209
with:
210210
persist-credentials: false
211211
submodules: recursive
212-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
212+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
213213
with:
214214
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
215-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
215+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
216216
with:
217217
key: test
218218
cache-all-crates: "true"
@@ -230,7 +230,7 @@ jobs:
230230
with:
231231
persist-credentials: false
232232
submodules: recursive
233-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
233+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
234234
with:
235235
python-version: ${{ env.PYTHON_VERSION }}
236236
- name: Install jinja2-cli
@@ -241,7 +241,7 @@ jobs:
241241
run: git diff --exit-code
242242
- name: Git Diff showed uncommitted changes
243243
if: ${{ failure() }}
244-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
244+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
245245
with:
246246
script: |
247247
core.setFailed('Committed README are not up to date, please make sure to apply them to the templated partials, and re-commit!')
@@ -261,7 +261,7 @@ jobs:
261261
runs-on: ubuntu-latest
262262
steps:
263263
- name: Install host dependencies
264-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
264+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
265265
with:
266266
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
267267
version: ubuntu-latest
@@ -270,14 +270,14 @@ jobs:
270270
persist-credentials: false
271271
submodules: recursive
272272
- name: Set up Helm
273-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
273+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
274274
with:
275275
version: v3.16.1
276276
- name: Set up cargo
277-
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
277+
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
278278
with:
279279
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
280-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
280+
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
281281
with:
282282
key: charts
283283
cache-all-crates: "true"
@@ -287,7 +287,7 @@ jobs:
287287
run: git diff --exit-code
288288
- name: Git Diff showed uncommitted changes
289289
if: ${{ failure() }}
290-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
290+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
291291
with:
292292
script: |
293293
core.setFailed('Committed charts were not up to date, please regenerate and re-commit!')
@@ -332,16 +332,16 @@ jobs:
332332
IMAGE_TAG: ${{ steps.printtag.outputs.IMAGE_TAG }}
333333
steps:
334334
- name: Install host dependencies
335-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
335+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
336336
with:
337337
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
338338
version: ${{ matrix.runner }}
339339
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
340340
with:
341341
persist-credentials: false
342342
submodules: recursive
343-
- uses: cachix/install-nix-action@fc6e360bedc9ee72d75e701397f0bb30dce77568 # v31.5.2
344-
- uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
343+
- uses: cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
344+
- uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
345345
with:
346346
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
347347
components: rustfmt
@@ -376,9 +376,9 @@ jobs:
376376

377377
# Recreate charts and publish charts and docker image.
378378
- name: Install cosign
379-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
379+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
380380
- name: Install syft
381-
uses: anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
381+
uses: anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
382382
- name: Build Docker image and Helm chart
383383
run: |
384384
# Installing helm and yq on ubicloud-standard-8-arm only
@@ -421,7 +421,7 @@ jobs:
421421
OCI_REGISTRY_SDP_CHARTS_USERNAME: "robot$sdp-charts+github-action-build"
422422
steps:
423423
- name: Install cosign
424-
uses: sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
424+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
425425
- name: Checkout
426426
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
427427
with:

template/.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# TODO: Enable the scheduled runs which hard-code what profile to use
4242
- name: Run Integration Test
4343
id: test
44-
uses: stackabletech/actions/run-integration-test@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
44+
uses: stackabletech/actions/run-integration-test@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
4545
with:
4646
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
4747
test-mode-input: ${{ inputs.test-mode-input }}
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Send Notification
5353
if: ${{ failure() || github.run_attempt > 1 }}
54-
uses: stackabletech/actions/send-slack-notification@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
54+
uses: stackabletech/actions/send-slack-notification@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
5555
with:
5656
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
5757
failed-tests: ${{ steps.test.outputs.failed-tests }}

template/.github/workflows/pr_pre-commit.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Install host dependencies
20-
uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # v1.5.3
20+
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
2121
with:
2222
packages: protobuf-compiler krb5-user libkrb5-dev libclang-dev liblzma-dev libssl-dev pkg-config apt-transport-https
2323
version: ubuntu-latest
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
submodules: recursive
2828
fetch-depth: 0
29-
- uses: stackabletech/actions/run-pre-commit@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
29+
- uses: stackabletech/actions/run-pre-commit@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

template/.pre-commit-config.yaml.j2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # 6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -28,7 +28,7 @@ repos:
2828
files: \.md(\.j2)*$
2929

3030
- repo: https://github.com/koalaman/shellcheck-precommit
31-
rev: 2491238703a5d3415bb2b7ff11388bf775372f29 # 0.10.0
31+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # 0.11.0
3232
hooks:
3333
- id: shellcheck
3434
args: ["--severity=info"]
@@ -37,20 +37,20 @@ repos:
3737
# If you do not, you will need to delete the cached ruff binary shown in the
3838
# error message
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # 0.12.2
40+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
4141
hooks:
4242
# Run the linter.
4343
- id: ruff-check
4444
# Run the formatter.
4545
- id: ruff-format
4646

4747
- repo: https://github.com/rhysd/actionlint
48-
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
48+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
4949
hooks:
5050
- id: actionlint
5151

5252
- repo: https://github.com/hadolint/hadolint
53-
rev: b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
53+
rev: 57e1618d78fd469a92c1e584e8c9313024656623 # 2.14.0
5454
hooks:
5555
- id: hadolint
5656

0 commit comments

Comments
 (0)