Skip to content

Commit b4802cd

Browse files
update reference
1 parent 9555b96 commit b4802cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/self-zizmor.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: zizmor GitHub Actions static analysis
22
on:
33
push:
44
paths:
5-
- '.github/**'
5+
- ".github/**"
66
pull_request:
77
paths:
8-
- '.github/**'
8+
- ".github/**"
99
jobs:
1010
zizmor:
1111
name: Run zizmor from current branch (self test)
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
security-events: write
1919

20-
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@5cc7159e3c4f86cccb6756174d6ad62a37b87419
20+
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@e2906412bb6c7cb3b8ee689302070cf704db52ac
2121
with:
2222
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
2323
fail-severity: never

0 commit comments

Comments
 (0)