Skip to content

Commit a8a8f07

Browse files
chore(ci): pin reusable workflow refs to @v1
Replace floating @main with @v1 on anolishq/.github reusable workflows. v1 is a mutable major tag: force-moved for non-breaking updates, new major for breaking changes. Ref: Phase 5 CI governance hardening.
1 parent 9a945a6 commit a8a8f07

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ on:
1717

1818
jobs:
1919
check:
20-
uses: anolishq/.github/.github/workflows/docs-check.yml@main
20+
uses: anolishq/.github/.github/workflows/docs-check.yml@v1

.github/workflows/metrics.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Metrics
2+
3+
on:
4+
push:
5+
branches: [main]
6+
schedule:
7+
- cron: '0 6 * * 1' # Weekly Monday 6am UTC
8+
workflow_dispatch:
9+
10+
jobs:
11+
collect:
12+
uses: anolishq/.github/.github/workflows/metrics.yml@v1

0 commit comments

Comments
 (0)