Skip to content

Commit 93a3364

Browse files
fix(updates): automated updates of primary components (#47)
Signed-off-by: Zenable Automation <automation@zenable.io> Co-authored-by: JonZeolla <1385510+JonZeolla@users.noreply.github.com>
1 parent a84ef6d commit 93a3364

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- id: shellcheck
4141
args: [ -x, --source-path=SCRIPTDIR ]
4242
- repo: https://github.com/trufflesecurity/trufflehog
43-
rev: 6641d4ba5b684fffe195b9820345de1bf19f3181 # frozen: v3.89.2
43+
rev: eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
4444
hooks:
4545
- id: trufflehog
4646
# Check the past 2 commits; it's useful to make this go further back than main when running this where main and HEAD are equal
@@ -50,7 +50,7 @@ repos:
5050
hooks:
5151
- id: openapi-spec-validator
5252
- repo: https://github.com/streetsidesoftware/cspell-cli
53-
rev: 3323d7607f0dc401568e9cc3f66c9cff8036bf22 # frozen: v9.1.0
53+
rev: 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
5454
hooks:
5555
- id: cspell
5656
types: [markdown]

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name|replace(" ", "")}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
- id: shellcheck
4040
args: [ -x, --source-path=SCRIPTDIR ]
4141
- repo: https://github.com/trufflesecurity/trufflehog
42-
rev: 6641d4ba5b684fffe195b9820345de1bf19f3181 # frozen: v3.89.2
42+
rev: eafb8c5f6a06175141c27f17bcc17941853d0047 # frozen: v3.90.0
4343
hooks:
4444
- id: trufflehog
4545
# Check the past 2 commits; it's useful to make this go further back than main when running this where main and HEAD are equal
@@ -49,7 +49,7 @@ repos:
4949
hooks:
5050
- id: openapi-spec-validator
5151
- repo: https://github.com/streetsidesoftware/cspell-cli
52-
rev: 3323d7607f0dc401568e9cc3f66c9cff8036bf22 # frozen: v9.1.0
52+
rev: 754ed0bfd80163c4150d09bea04762e9d764e7ec # frozen: v9.1.1
5353
hooks:
5454
- id: cspell
5555
types: [markdown]

0 commit comments

Comments
 (0)