Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See GitHub's documentation for more information on this file:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
cooldown:
default-days: 3
6 changes: 6 additions & 0 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ on:
pull_request:
branches: [ 'main', 'release-*' ]

permissions: {}

jobs:

action-lint:
name: Action lint
runs-on: ubuntu-latest
permissions:
contents: read # actions/checkout + action-actionlint read the tree

steps:
- name: Harden Runner
Expand All @@ -21,6 +25,8 @@ jobs:

- name: Check out code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false

- name: Find yamls
id: get_yamls
Expand Down
12 changes: 12 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
rules:
dependabot-cooldown:
config:
days: 3
# Cosmetic pedantic-only findings — suppressed per the campaign
# zizmor-config recipe. concurrency-limits fired against this repo's
# Action Lint workflow (docs.zizmor.sh/audits/#concurrency-limits);
# anonymous-definition is disabled as a standing campaign convention.
anonymous-definition:
disable: true
concurrency-limits:
disable: true
Loading