Skip to content

LITE-33583: Update GitHub Actions to latest stable versions#126

Merged
pcaro merged 1 commit into
masterfrom
cr/LITE-33583-update-actions
Jul 3, 2026
Merged

LITE-33583: Update GitHub Actions to latest stable versions#126
pcaro merged 1 commit into
masterfrom
cr/LITE-33583-update-actions

Conversation

@pcaro

@pcaro pcaro commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

What

Bump the GitHub Actions used in CI/CD to their latest stable major versions (all now on the node24 runtime), and replace the deprecated SonarCloud action.

action before after
actions/checkout v3 v7
actions/setup-python v4 v6
actions/github-script v6 v9
SonarSource/sonarcloud-github-action (deprecated) v2.2.0 (SHA) SonarSource/sonarqube-scan-action@v8.2.0 (SHA-pinned)

Notes

  • sonarqube-scan-action is SonarSource's official drop-in replacement for the deprecated sonarcloud-github-action. SONAR_HOST_URL is not required for SonarQube Cloud, so SONAR_TOKEN is unchanged.
  • sonarqube-quality-gate-action@master left as-is (already floating, no version warning).
  • All target versions were verified to exist and run on node24.

Update checkout v3->v7, setup-python v4->v6, github-script v6->v9 (all
now on the node24 runtime). Replace the deprecated
SonarSource/sonarcloud-github-action with its official drop-in
sonarqube-scan-action@v8.2.0 (SHA-pinned); SONAR_HOST_URL is not required
for SonarQube Cloud so SONAR_TOKEN is unchanged.
@sonarqubecloud

sonarqubecloud Bot commented Jul 2, 2026

Copy link
Copy Markdown

@pcaro
pcaro merged commit 6c5f2a2 into master Jul 3, 2026
7 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