Resolves permissions issues in workflow to check PR build size (#9049)

* ci: use v3 of cerebrus that also posts a build size report to PRs

* fix: resolved permissions issues in checking PR build size
This commit is contained in:
Saq Imtiaz
2025-05-06 11:57:35 +02:00
committed by GitHub
parent 1480d495b3
commit 80058e7f45
3 changed files with 59 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Validate PR
uses: TiddlyWiki/cerebrus@v3
uses: TiddlyWiki/cerebrus@v4
with:
pr_number: ${{ github.event.pull_request.number }}
repo: ${{ github.repository }}