Skip to content

ci: resolve checkout warning and Dart formatting drift - #73

Merged
TheRealAgentK merged 2 commits into
mainfrom
chore/ci-security-maintenance
Sep 2, 2026
Merged

ci: resolve checkout warning and Dart formatting drift#73
TheRealAgentK merged 2 commits into
mainfrom
chore/ci-security-maintenance

Conversation

@TheRealAgentK

Copy link
Copy Markdown
Contributor

Summary

  • update actions/checkout from v4 to SHA-pinned v7.0.1 in CI and release workflows
  • apply Dart 3.13.2 formatting to the three tests failing the current Dependabot PR checks
  • leave application dependencies and behavior unchanged

GitHub currently reports no open Dependabot vulnerability alerts. The checkout warning was caused by v4 targeting deprecated Node.js 20; the Dependabot PR failures were separate formatter drift after CI moved to Dart 3.13.2.

Verification

Using Dart 3.13.2:

  • dart pub get --enforce-lockfile
  • dart format --output=none --set-exit-if-changed .
  • dart analyze
  • dart test — 145 tests passed
  • dart compile exe bin/raygun_cli.dart

@QuantumNightmare QuantumNightmare left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks 👍

@TheRealAgentK
TheRealAgentK merged commit 4305372 into main Sep 2, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants