Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4.2.2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
# Unroll pre-commit/actions as currently it references actions/cache without a by-digest pin
# https://github.com/pre-commit/pre-commit/issues/3672
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- '.github/workflows/**'
- '.github/actions/**'
- '.github/zizmor.yml'
push:
branches: ['main']
paths:
- '.github/workflows/**'
- '.github/actions/**'
- '.github/zizmor.yml'

permissions: {}

Expand Down
5 changes: 5 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
rules:
# Cosmetic pedantic-only finding (zizmor concurrency-limits) — low
# security value; suppressed at the repo level per campaign convention.
concurrency-limits:
disable: true
Loading