From fe3db5bcbb175d9b32c4ca2f03dc95d22ad2f77b Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Fri, 14 Nov 2025 13:30:30 -0500 Subject: [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. --- .github/workflows/linters.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.github') 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 -- cgit v1.3