Skip to content

Commit

Permalink
CI: add a zizmor job
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 18, 2025
1 parent 84dfd74 commit c286b29
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ on:
concurrency: nope

jobs:
zizmor:
runs-on: ubuntu-24.04

permissions:
contents: read
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Run zizmor
run: pipx run zizmor .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

build-installer:
runs-on: windows-2025
steps:
Expand Down Expand Up @@ -178,6 +196,7 @@ jobs:
permissions:
contents: write
needs:
- zizmor
- test-docker-sfx
- test-installer
- test-sfx
Expand Down

0 comments on commit c286b29

Please sign in to comment.