Skip to content

Commit b1ecd30

Browse files
committed
Leverage reusable zizmor workflow
1 parent ec73c60 commit b1ecd30

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,13 @@ jobs:
6262
codecov-token: ${{ matrix.upload-coverage && secrets.CODECOV_TOKEN || '' }}
6363

6464
zizmor:
65-
uses: ./.github/workflows/reusable-zizmor.yml
65+
name: 🌈 zizmor
6666
permissions:
6767
security-events: write
6868

69+
# yamllint disable-line rule:line-length
70+
uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@1ae473d8672fe7613e809d86d202a35063736e16
71+
6972
check: # This job does nothing and is only used for the branch protection
7073
if: always()
7174
needs:

.github/workflows/reusable-zizmor.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)