Skip to content

Commit 043e87b

Browse files
chore(zizmor): use fork branch ref for shared-workflows pilot
Point reusable-zizmor at isaiah-grafana/shared-workflows feat/zizmor-vendor-excludes-326 so org ruleset testing tracks latest fork pushes without bumping SHAs.
1 parent 66f2a53 commit 043e87b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/self-zizmor.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747

4848
# Testing security-appsec#326: reusable with optional .github/zizmor-collection-ignore. Point org rulesets at
4949
# branch test/zizmor-vendor-excludes-326 to validate; replace with grafana/shared-workflows@<merge SHA> for main.
50-
uses: isaiah-grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@242628b1464cb1ecfb92b208f2bb8aaae795ec63
50+
# Pin to fork branch (moves with pushes) for pre-merge testing; switch back to @<SHA> for reproducible runs.
51+
uses: isaiah-grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@feat/zizmor-vendor-excludes-326
5152
with:
5253
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-arm64-small' }}
5354
fail-severity: high

0 commit comments

Comments
 (0)