Skip to content

Commit a379494

Browse files
Merge pull request #2810 from j2kun:pre-commit-config-action-pin
PiperOrigin-RevId: 891951413
2 parents 9cbf0d0 + 0ea2c81 commit a379494

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ repos:
5454
- id: actionlint
5555
additional_dependencies: [ pyflakes>=3.0.1, shellcheck-py>=0.9.0.5 ]
5656

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+
5763
# mdformat
5864
- repo: https://github.com/executablebooks/mdformat
5965
rev: 0.7.17

0 commit comments

Comments
 (0)