diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e73f875b..f9825960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,8 @@ jobs: - run: pnpm install - name: Check and generate changefile for Renovate - uses: RightCapitalHQ/frontend-style-guide/.github/actions/renovate-auto-beachball-changefile@main + # Pin to the last commit on main before this action was removed (replaced by renovate-auto-version-plan) + uses: RightCapitalHQ/frontend-style-guide/.github/actions/renovate-auto-beachball-changefile@e7e6cdd89b0a5e56bb7b1b5280aae241d9e4e848 check-beachball-changefile: if: github.base_ref == github.event.repository.default_branch diff --git a/change/@rightcapital-phpdoc-parser-pin-beachball-action.json b/change/@rightcapital-phpdoc-parser-pin-beachball-action.json new file mode 100644 index 00000000..6e360ce9 --- /dev/null +++ b/change/@rightcapital-phpdoc-parser-pin-beachball-action.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "fix(ci): pin renovate-auto-beachball-changefile action to last available commit", + "packageName": "@rightcapital/phpdoc-parser", + "email": "noreply@anthropic.com", + "dependentChangeType": "none" +}