diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b6b7ba31..6b54affa 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 00000000..adba84a1 --- /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