Skip to content

SH-1002 [CI] Update GitHub Actions versions#25

Merged
PetrHeinz merged 2 commits into
mainfrom
claude/sh-1002-update-github-actions
Jul 17, 2026
Merged

SH-1002 [CI] Update GitHub Actions versions#25
PetrHeinz merged 2 commits into
mainfrom
claude/sh-1002-update-github-actions

Conversation

@PetrHeinz

@PetrHeinz PetrHeinz commented Jul 17, 2026

Copy link
Copy Markdown
Member

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/checkout v3v7
  • actions/setup-java v1v5 — v2+ requires an explicit distribution: input, so distribution: temurin was added (v1 defaulted to the equivalent AdoptOpenJDK builds)
  • actions/cache v1v6
  • nick-fields/retry v2v4

The integration tests can now target a specific source's ingesting host: BETTER_STACK_INGESTING_HOST (bare host or full URL, default in.logs.betterstack.com) is read by the logback test configs and the programmatic test setup, and CI passes it from the repo secret alongside BETTER_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

PetrHeinz and others added 2 commits July 17, 2026 12:16
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>
@PetrHeinz
PetrHeinz merged commit 6b2e902 into main Jul 17, 2026
4 checks passed
@PetrHeinz
PetrHeinz deleted the claude/sh-1002-update-github-actions branch July 17, 2026 16:03
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.

1 participant