Chore: Update pre-commit hooks (frozen) 02/73402/3
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 11 Feb 2025 17:28:51 +0000 (09:28 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 12 Mar 2025 18:04:33 +0000 (11:04 -0700)
* github.com/astral-sh/ruff-pre-commit: v0.8.2 -> v0.9.10 (frozen)
* github.com/pycqa/bandit: v1.8.0 -> 1.8.3 (frozen)
* github.com/rhysd/actionlint: v1.7.4 -> v1.7.7 (frozen)

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ib048100bdcf2bd18cfc14f22215e85e06506d49f

.pre-commit-config.yaml

index f3f8233..fb7dcbc 100644 (file)
@@ -20,7 +20,7 @@ repos:
       - id: gitlint
 
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: 8b76f04e7e5a9cd259e9d1db7799599355f97cdf  # frozen: v0.8.2
+    rev: 41d2daf392fbf43341a77f24a9c6481a4b66af98  # frozen: v0.9.10
     hooks:
       - id: ruff
         files: ^(docs)/.+\.py$
@@ -30,7 +30,7 @@ repos:
 
 
   - repo: https://github.com/pycqa/bandit
-    rev: 8fd258abbac759d62863779f946d6a88e8eabb0f  # frozen: 1.8.0
+    rev: 8ff25e07e487f143571cc305e56dd0253c60bc7b  # frozen: 1.8.3
     hooks:
       - id: bandit
         # Bandit does not need to run on test code
@@ -50,7 +50,7 @@ repos:
         exclude: docs/infra/gerrit.rst|docs/best-practices.rst
 
   - repo: https://github.com/rhysd/actionlint
-    rev: 5db9d9cde2f3deb5035dea3e45f0a9fff2f29448  # frozen: v1.7.4
+    rev: 03d0035246f3e81f36aed592ffb4bebf33a03106  # frozen: v1.7.7
     hooks:
       - id: actionlint