From d5645467bfc8d3d9ca7a392b8a4f6b0c3b7ef90b Mon Sep 17 00:00:00 2001 From: jonathan343 Date: Sun, 5 Apr 2026 18:54:51 -0400 Subject: [PATCH] Add zizmor workflow and apply initial fixes --- .github/dependabot.yml | 6 ++++++ .github/workflows/zizmor.yml | 23 +++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 .github/workflows/zizmor.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6b7ba313..6b54affa2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,8 @@ updates: update-types: - "minor" - "patch" + cooldown: + default-days: 7 - package-ecosystem: "gradle" directory: "/codegen" schedule: @@ -20,6 +22,8 @@ updates: update-types: - "minor" - "patch" + cooldown: + default-days: 7 - package-ecosystem: "github-actions" directory: "/" schedule: @@ -30,3 +34,5 @@ updates: update-types: - "minor" - "patch" + cooldown: + default-days: 7 diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml new file mode 100644 index 000000000..adba84a1c --- /dev/null +++ b/.github/workflows/zizmor.yml @@ -0,0 +1,23 @@ +name: GitHub Actions Security Analysis with zizmor 🌈 + +on: + push: + branches: ["develop"] + pull_request: + branches: ["develop"] + +permissions: {} + +jobs: + zizmor: + runs-on: ubuntu-latest + permissions: + security-events: write + steps: + - name: Checkout repository + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false + + - name: Run zizmor 🌈 + uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2