File tree Expand file tree Collapse file tree
{{cookiecutter.project_slug}} Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments