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 2e591ea commit 539cb3aCopy full SHA for 539cb3a
.github/workflows/ci-cd.yml
@@ -506,6 +506,13 @@ jobs:
506
secrets:
507
codecov-token: ${{ secrets.CODECOV_TOKEN }}
508
509
+ lint-github-actions:
510
+ name: Lint GitHub Actions
511
+ permissions:
512
+ security-events: write
513
+ # yamllint disable-line rule:line-length
514
+ uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@3bb5e95068d0f44b6d2f3f7e91379bed1d2f96a8
515
+
516
check: # This job does nothing and is only used for the branch protection
517
518
# Separate 'pull_request' check from other checks to avoid confusion in
0 commit comments