SH-1002 [CI] Update GitHub Actions versions#25
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The integration tests previously always sent logs to the default in.logs.betterstack.com. Allow pointing them at a specific source's ingesting host via the BETTER_STACK_INGESTING_HOST environment variable (bare host or full URL; defaults to in.logs.betterstack.com when unset), wired through the four token-using logback test configs, the programmatic integration test setup, and the CI env alongside BETTER_STACK_SOURCE_TOKEN. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub is deprecating Node.js 20 actions (forced to Node 24 since June 2nd, 2026; Node 20 removed from runners on September 16th, 2026), and Node 12/16 actions are already force-migrated. This bumps the affected actions to their latest majors (all Node 24):
actions/checkoutv3→v7actions/setup-javav1→v5— v2+ requires an explicitdistribution:input, sodistribution: temurinwas added (v1 defaulted to the equivalent AdoptOpenJDK builds)actions/cachev1→v6nick-fields/retryv2→v4The integration tests can now target a specific source's ingesting host:
BETTER_STACK_INGESTING_HOST(bare host or full URL, defaultin.logs.betterstack.com) is read by the logback test configs and the programmatic test setup, and CI passes it from the repo secret alongsideBETTER_STACK_SOURCE_TOKEN. Both secrets need to be set for the integration tests to pass — the current token is rejected with 401.🤖 Generated with Claude Code