Skip to content

fix(deps): update module github.com/cenkalti/backoff/v5 to v7 #1404

fix(deps): update module github.com/cenkalti/backoff/v5 to v7

fix(deps): update module github.com/cenkalti/backoff/v5 to v7 #1404

Workflow file for this run

# Runs the reusable zizmor workflow (analysis + grafana-bench metrics) on push/PR so it appears in shared-workflows PR checks.
name: Zizmor GitHub Actions static analysis
on:
push:
paths:
- ".github/**"
pull_request:
paths:
- ".github/**"
permissions:
contents: read
jobs:
zizmor:
name: Run zizmor
permissions:
actions: read
# required by the delete-vulnerable-branch job in the reusable workflow
contents: write
id-token: write
pull-requests: write
security-events: write
uses: ./.github/workflows/reusable-zizmor.yml
with:
runs-on: ubuntu-latest
fail-severity: high
min-severity: high
min-confidence: low
extra-args: --offline
secrets: inherit