Skip to content

Commit 5e929a2

Browse files
frantic1048claude
andcommitted
fix(ci): pin renovate-auto-beachball-changefile action to last available commit
The action was removed from frontend-style-guide main branch as part of the Beachball → Nx Release migration. Pin to the last commit that still contained the action to fix CI on Renovate PRs. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 98e9053 commit 5e929a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- run: pnpm install
3838

3939
- name: Check and generate changefile for Renovate
40-
uses: RightCapitalHQ/frontend-style-guide/.github/actions/renovate-auto-beachball-changefile@main
40+
# Pin to the last commit on main before this action was removed (replaced by renovate-auto-version-plan)
41+
uses: RightCapitalHQ/frontend-style-guide/.github/actions/renovate-auto-beachball-changefile@e7e6cdd89b0a5e56bb7b1b5280aae241d9e4e848
4142

4243
check-beachball-changefile:
4344
if: github.base_ref == github.event.repository.default_branch

0 commit comments

Comments
 (0)