From c50a84f2189c0be370a474d51abe04a42a7d707d Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Tue, 12 Dec 2023 12:26:34 +0100 Subject: [PATCH] fix: bump esp-idf-sbom to v0.13.0 in pre-commit v0.13.0 contains fix for the submodule hash validation. Let's bump its version in pre-commit, so the fix is used. Signed-off-by: Frantisek Hrbata --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6eeb9deb64..bad4f809e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,8 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks +default_stages: [commit] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 @@ -216,6 +218,7 @@ repos: args: ['--shell', 'dash', '-x'] files: 'export.sh' - repo: https://github.com/espressif/esp-idf-sbom.git - rev: v0.11.0 + rev: v0.13.0 hooks: - id: validate-sbom-manifest + stages: [post-commit]