Skip to content

Commit 539cb3a

Browse files
committed
chore: Add zizimor as workflow to get GH-native alerts
1 parent 2e591ea commit 539cb3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,13 @@ jobs:
506506
secrets:
507507
codecov-token: ${{ secrets.CODECOV_TOKEN }}
508508

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+
509516
check: # This job does nothing and is only used for the branch protection
510517

511518
# Separate 'pull_request' check from other checks to avoid confusion in

0 commit comments

Comments
 (0)