We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b87da commit 65eeb7cCopy full SHA for 65eeb7c
1 file changed
.github/workflows/self-zizmor.yaml
@@ -46,7 +46,7 @@ jobs:
46
if: ${{ needs.zizmor-check.outputs.found-files == 'true' }}
47
48
# Reusable workflow: zizmor + grafana-bench. Use ref with caller repo name for service/suite (fixes service=security).
49
- uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@feat/zizmor-grafana-bench
+ uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@main
50
with:
51
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
52
fail-severity: high
0 commit comments