We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cbf0d0 + 0ea2c81 commit a379494Copy full SHA for a379494
1 file changed
.pre-commit-config.yaml
@@ -54,6 +54,12 @@ repos:
54
- id: actionlint
55
additional_dependencies: [ pyflakes>=3.0.1, shellcheck-py>=0.9.0.5 ]
56
57
+# Ensure github actions are pinned
58
+- repo: https://github.com/lalten/check-gha-pinning
59
+ rev: "v1.3.1"
60
+ hooks:
61
+ - id: check-gha-pinning
62
+
63
# mdformat
64
- repo: https://github.com/executablebooks/mdformat
65
rev: 0.7.17
0 commit comments