We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec73c60 commit b1ecd30Copy full SHA for b1ecd30
.github/workflows/ci-cd.yml
@@ -62,10 +62,13 @@ jobs:
62
codecov-token: ${{ matrix.upload-coverage && secrets.CODECOV_TOKEN || '' }}
63
64
zizmor:
65
- uses: ./.github/workflows/reusable-zizmor.yml
+ name: 🌈 zizmor
66
permissions:
67
security-events: write
68
69
+ # yamllint disable-line rule:line-length
70
+ uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@1ae473d8672fe7613e809d86d202a35063736e16
71
+
72
check: # This job does nothing and is only used for the branch protection
73
if: always()
74
needs:
.github/workflows/reusable-zizmor.yml
0 commit comments