.github: add zizmor GitHub Actions linting (#20243)

Add zizmor GitHub Actions linting on changes to .github/workflows.

Updates tailscale/corp#28760

Signed-off-by: Patrick O'Doherty <patrick@tailscale.com>
This commit is contained in:
Patrick O'Doherty
2026-06-24 13:14:54 -07:00
committed by GitHub
parent aefb1531d1
commit 453c078baf
8 changed files with 46 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
- { image: "fedora:latest", deps: "curl", version: "1.80.0" }
runs-on: ubuntu-latest
container:
image: ${{ matrix.image }}
image: ${{ matrix.image }} # zizmor: ignore[unpinned-images]
options: --user root
steps:
- name: install dependencies (pacman)