From aae8df923beaa7a8c7468fa98474e745052db8de Mon Sep 17 00:00:00 2001 From: Ivan Dlugos Date: Sat, 11 Oct 2025 08:42:24 +0200 Subject: [PATCH] chore(ci): Migrate danger workflow from v2 to v3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Converts danger workflow from reusable workflow (v2) to composite action (v3). This is a breaking change that requires restructuring the job definition. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .github/workflows/danger.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index 000b75ff3ee..09d4bcb0338 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -6,4 +6,6 @@ on: jobs: danger: - uses: getsentry/github-workflows/.github/workflows/danger.yml@v2 + runs-on: ubuntu-latest + steps: + - uses: getsentry/github-workflows/danger@v3