Skip to content

Commit 5cb32c4

Browse files
committed
freeze revisions
1 parent 23ece6f commit 5cb32c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ repos:
1212

1313
# Shell script linting
1414
- repo: https://github.com/koalaman/shellcheck-precommit
15-
rev: v0.11.0
15+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # frozen: v0.11.0
1616
hooks:
1717
- id: shellcheck
1818
args: [--severity=error]
1919

2020
# GitHub Actions linting
2121
- repo: https://github.com/rhysd/actionlint
22-
rev: v1.7.10
22+
rev: 0933c147c9d6587653d45fdcb4c497c57a65f9af # frozen: v1.7.10
2323
hooks:
2424
- id: actionlint
2525

2626
# GitHub Actions security audit
2727
- repo: https://github.com/zizmorcore/zizmor-pre-commit
28-
rev: v1.22.0
28+
rev: b546b77c44c466a54a42af5499dcc0dcc1a3193f # frozen: v1.22.0
2929
hooks:
3030
- id: zizmor
3131
args: [--persona=regular, --min-severity=medium, --min-confidence=medium]

0 commit comments

Comments
 (0)