diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-14 13:30:30 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-21 14:43:27 -0500 |
| commit | fe3db5bcbb175d9b32c4ca2f03dc95d22ad2f77b (patch) | |
| tree | d2e9ae366d3c8a811d9e04597af75c82b002d67f /.github | |
| parent | 2f0947146f48e9cacf671d5e6b3860f1caa5538a (diff) | |
[5.2.x] Added GitHub Actions linter (zizmor).
At the direction of the Security Team. Thanks Markus Holtermann,
Jake Howard, and Natalia Bidart for reviews.
Backport of 09d4bf5cd9c95c588d3ec22edea5db1f5f146900 from main.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linters.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0f64cae681..d6e939d2ae 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -60,3 +60,14 @@ jobs: uses: actions/checkout@v4 - name: black uses: psf/black@stable + + zizmor: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v5 + - name: Run zizmor + uses: zizmorcore/zizmor-action@e673c3917a1aef3c65c972347ed84ccd013ecda4 # v0.2.0 + with: + advanced-security: false + annotations: true |
