From 3182d1382429ea46a802d913b053373dc6ae12c6 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 9 Mar 2026 11:54:00 +0000 Subject: [PATCH 1/2] Update zizmor to 1.23.1 Update to the latest release of zizmor. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 070d87720a6..284b6241427 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: POWERSHELL_YAML_VERSION: '0.4.12' PSSCRIPTANALYZER_VERSION: '1.24.0' TERM: xterm - ZIZMOR_VERSION: '1.22.0' + ZIZMOR_VERSION: '1.23.1' permissions: actions: read From c6de55383a149461b50db00edd50085673c65c54 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 9 Mar 2026 12:14:06 +0000 Subject: [PATCH 2/2] Update zizmor-action version to v0.5.2 Update to latest version. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 284b6241427..c8121c6ed71 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -48,7 +48,7 @@ jobs: args: -color - name: Lint workflows with zizmor - uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d # v0.5.0 + uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 with: persona: pedantic version: ${{ env.ZIZMOR_VERSION }}