Skip to content

Commit

Permalink
fix: bump esp-idf-sbom to v0.13.0 in pre-commit
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fhrbata committed Dec 13, 2023
1 parent c6a9a06 commit 09ac0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ repos:
- id: check-copyright
args: ['--ignore', 'tools/ci/check_copyright_ignore.txt', '--config', 'tools/ci/check_copyright_config.yaml']
- repo: https://github.com/espressif/esp-idf-sbom.git
rev: v0.11.0
rev: v0.13.0
hooks:
- id: validate-sbom-manifest

0 comments on commit 09ac0b4

Please sign in to comment.