From 164b867ba149ce0bd73a39e116e87327959bf123 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Fri, 29 Nov 2024 14:32:43 +0000 Subject: [PATCH] Chore: Update linting checks Change-Id: I4938abb1fa3443626426e0b8da846ec25736ca50 Signed-off-by: Matthew Watkins --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5624ad6..a17c2e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0 + rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -30,17 +30,17 @@ repos: - --branch=production - repo: https://github.com/jorisroovers/gitlint - rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # frozen: v0.19.1 + rev: acc9d9de6369b76d22cb4167029d2035e8730b98 # v0.19.1 hooks: - id: gitlint - repo: https://github.com/adrienverge/yamllint.git - rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0 + rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # v1.35.1 hooks: - id: yamllint types: [yaml] - repo: https://github.com/rhysd/actionlint - rev: fd7ba3c382e13dcc0248e425b4cbc3f1185fa3ee # frozen: v1.6.24 + rev: 5db9d9cde2f3deb5035dea3e45f0a9fff2f29448 # v1.7.4 hooks: - id: actionlint