Skip to content

Commit a680ecd

Browse files
authored
chore(zizmor): update shared-workflows ref to include PR comment fallback (#153)
Update the reusable-zizmor.yml reference to pick up: - PR comment is now a fallback for private repos without Advanced Security (public repos only get Code Scanning annotations, reducing noise) - zizmor updated from 1.23.1 to 1.24.1 (improved SARIF codeflows, bug fixes) See: grafana/shared-workflows#1876
1 parent edaaa2b commit a680ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/self-zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- zizmor-check
4646
if: ${{ needs.zizmor-check.outputs.found-files == 'true' }}
4747

48-
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@9099825d5ef82fa57e0cf6a263477bc926f51bfa
48+
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@5cec40ba1a943db268a9bb33f208c006b161d372
4949
with:
5050
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
5151
fail-severity: high

0 commit comments

Comments
 (0)