Skip to content

Commit ab6184e

Browse files
committed
ci: adopt the template's zizmor policy comment
The go-app template reworded this comment in netresearch/.github@00f5783 to cover composite actions as well as reusable workflows. The consumer was not synced, so the template-drift check has failed on main since that landed. Only the comment differs; the policies are unchanged. Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
1 parent df222a9 commit ab6184e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/zizmor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ rules:
66
unpinned-uses:
77
config:
88
policies:
9-
# First-party reusable workflows track @main by policy and are
10-
# never SHA-pinned, so fixes propagate to all consumers.
9+
# First-party `uses:` — reusable workflows AND composite actions —
10+
# track @main by policy and are never SHA-pinned, so a fix propagates
11+
# to every consumer without a bump in dozens of repos.
1112
"netresearch/*": ref-pin
1213
# Everything else must be pinned to a full commit SHA.
1314
"*": hash-pin

0 commit comments

Comments
 (0)