Skip to content

Commit 5e86536

Browse files
authored
Merge pull request #16 from bowtie-json-schema/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate (add zizmor config to allow ref-pinned actions)
2 parents 5798283 + 777480c commit 5e86536

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ build
88
gradle/wrapper
99
gradlew
1010
gradlew.bat
11+
12+
# IDEA
13+
.idea
14+
out/

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repos:
1414
- id: mixed-line-ending
1515
args: [--fix, lf]
1616
- id: trailing-whitespace
17-
- repo: https://github.com/woodruffw/zizmor-pre-commit
18-
rev: v1.5.2
17+
- repo: https://github.com/zizmorcore/zizmor-pre-commit
18+
rev: v1.7.0
1919
hooks:
2020
- id: zizmor
2121

zizmor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rules:
2+
unpinned-uses:
3+
config:
4+
policies:
5+
actions/*: ref-pin
6+
"*": ref-pin

0 commit comments

Comments
 (0)