Add zizmor scan action (#79)

This commit is contained in:
wkoot
2026-06-19 14:12:46 +02:00
committed by GitHub
parent 7ce718ff9d
commit 811490e429
4 changed files with 42 additions and 6 deletions
+6 -2
View File
@@ -8,6 +8,8 @@ on:
pull_request:
types: [opened, synchronize, reopened]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
@@ -18,10 +20,12 @@ jobs:
- python-version: 3.12
- python-version: 3.13
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: ${{ matrix.python-version }}