Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,13 @@ jobs:
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}

lint-github-actions:
name: Lint GitHub Actions
permissions:
security-events: write
# yamllint disable-line rule:line-length
Comment thread
MaxymVlasov marked this conversation as resolved.
uses: zizmorcore/workflow/.github/workflows/reusable-zizmor.yml@3bb5e95068d0f44b6d2f3f7e91379bed1d2f96a8
Comment thread
MaxymVlasov marked this conversation as resolved.

check: # This job does nothing and is only used for the branch protection

# Separate 'pull_request' check from other checks to avoid confusion in
Expand Down
Loading