Skip to content

Commit 0e82ea9

Browse files
authored
Merge pull request #373 from RightCapitalHQ/fix/pin-beachball-changefile-action
fix(ci): pin renovate-auto-beachball-changefile action ref
2 parents 98e9053 + afae1a4 commit 0e82ea9

2 files changed

Lines changed: 9 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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "fix(ci): pin renovate-auto-beachball-changefile action to last available commit",
4+
"packageName": "@rightcapital/phpdoc-parser",
5+
"email": "noreply@anthropic.com",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)