-
Notifications
You must be signed in to change notification settings - Fork 27
[8.4] Bump GitHub Actions to Node 24 compatible versions [MOD-15112] #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 8.4
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| steps: | ||
| # Drafts your next Release notes as Pull Requests are merged into "master" | ||
| - uses: release-drafter/release-drafter@v6 | ||
| - uses: release-drafter/release-drafter@v7 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Stale GITHUB_TOKEN env var ignored by release-drafter v7Low Severity
Reviewed by Cursor Bugbot for commit 12a1622. Configure here. |
||
| with: | ||
| # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml | ||
| config-name: release-drafter-config.yml | ||
|
|
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-existent action version referenced for EC2 runner
High Severity
machulav/ec2-github-runner@v2.6.1does not appear to exist as a published tag or release. The latest available version isv2.5.2. This will cause all workflows using this action (arm, benchmark-runner, and coverage, including their stop-runner jobs) to fail immediately when GitHub Actions attempts to download the action.Additional Locations (2)
.github/workflows/benchmark-runner.yml#L33-L34.github/workflows/coverage.yml#L18-L19Reviewed by Cursor Bugbot for commit 12a1622. Configure here.