Skip to content

Commit 845e5ed

Browse files
vaindclaude
andauthored
chore(ci): Migrate danger workflow from v2 to v3 (#4621)
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 <[email protected]>
1 parent d285e43 commit 845e5ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/danger.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ on:
66

77
jobs:
88
danger:
9-
uses: getsentry/github-workflows/.github/workflows/danger.yml@1949ea01ec2da6139d1bcc306c372e6aea76fb72 # 2.13.1
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: getsentry/github-workflows/danger@v3

0 commit comments

Comments
 (0)