Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ updates:
directory: "/examples"
schedule:
interval: "daily"
# making zizmor happy as it requires a cooldown value, but we ignore all dependencies in this folder anyway
cooldown:
default-days: 7
labels: []
ignore:
- dependency-name: "*"
6 changes: 4 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout
Expand All @@ -29,4 +28,7 @@ jobs:
- name: Run zizmor
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
with:
advanced-security: true
# Using false as a code scanning ruleset would block the release
# workflow which creates a new commit and pushes directly to main.
advanced-security: false
min-severity: medium
Loading