We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286dfcd commit b6716dcCopy full SHA for b6716dc
2 files changed
.github/zizmor.yml
zizmor.yml
@@ -1,5 +1,19 @@
1
+# Zizmor configuration
2
+# --------------------
3
+#
4
+# This file configures zizmor. This is not a workflow that gets run in GitHub
5
+# Actions.
6
7
+# References: https://woodruffw.github.io/zizmor/configuration
8
+
9
rules:
10
unpinned-uses:
11
config:
12
policies:
- MiraGeoscience/*: any
13
+ # Mimic default behaviour: official actions can get pinned by tag.
14
+ actions/*: ref-pin
15
+ # Allow to use tags to pin reviewdog actions.
16
+ reviewdog/action-black: ref-pin
17
+ reviewdog/action-flake8: ref-pin
18
+ # Allow to use tags to pin MiraGeoscience actions.
19
+ MiraGeoscience/*: ref-pin
0 commit comments