Skip to content

Commit c848fed

Browse files
authored
ci: disable zizmor pinning requirements (#152)
1 parent 8617fe6 commit c848fed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/lint-github-actions.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
persist-credentials: false
6666
sparse-checkout: |
6767
.github/workflows
68+
.github/zizmor_config.yaml
6869
sparse-checkout-cone-mode: false
6970

7071
- name: Setup Rust
@@ -74,4 +75,4 @@ jobs:
7475
run: cargo install zizmor
7576

7677
- name: Run zizmor on GitHub Actions
77-
run: zizmor .github/workflows/*
78+
run: zizmor --config .github/zizmor_config.yaml .github/workflows/*

.github/zizmor_config.yaml

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

0 commit comments

Comments
 (0)