From d190fdb69edfac241efe78585b2d12c0a0cfe4e6 Mon Sep 17 00:00:00 2001 From: colinmoynes Date: Mon, 30 Mar 2026 13:36:01 +0100 Subject: [PATCH 1/2] Add Zizmore to github actions workflow --- .github/workflows/zizmor.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/zizmor.yml diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 0000000..fce20ca --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,32 @@ +name: Security + +on: + push: + branches: + - master + paths: + - ".github/workflows/**" + pull_request: + branches: + - "**" + paths: + - ".github/workflows/**" + +permissions: {} + +jobs: + zizmor: + name: Scan GitHub Actions workflows + runs-on: ubuntu-latest + permissions: + security-events: write + contents: read + actions: read + steps: + - name: Checkout repository + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + with: + persist-credentials: false + + - name: Run zizmor + uses: zizmorcore/zizmor-action@e639db99335bc9038abc0e066dfcd72e23d26fb4 # v0.3.0 \ No newline at end of file From 094f1d9f498c60c2318993975a73913614d1294e Mon Sep 17 00:00:00 2001 From: Colin Moynes <77994705+colinmoynes@users.noreply.github.com> Date: Mon, 30 Mar 2026 13:50:18 +0100 Subject: [PATCH 2/2] Update .github/workflows/zizmor.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/zizmor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index fce20ca..38fa12e 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -3,7 +3,7 @@ name: Security on: push: branches: - - master + - main paths: - ".github/workflows/**" pull_request: