Skip to content

ci: fix codeql-action version mismatch between init and analyze#638

Merged
rkennke merged 1 commit into
mainfrom
fix/codeql-action-version-mismatch
Jul 7, 2026
Merged

ci: fix codeql-action version mismatch between init and analyze#638
rkennke merged 1 commit into
mainfrom
fix/codeql-action-version-mismatch

Conversation

@rkennke

@rkennke rkennke commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The Perform CodeQL Analysis step was pinned to github/codeql-action/analyze v4.36.2, while the Initialize CodeQL step used v4.36.3, causing CI to fail with Loaded a configuration file for version '4.36.3', but running version '4.36.2'.
  • Bumps analyze to the same version (v4.36.3, SHA 54f647b7e1bb85c95cddabcd46b0c578ec92bc1a) as init.

See failing run: https://github.com/DataDog/java-profiler/actions/runs/28864245144/job/85610173034?pr=631

Test plan

  • Confirm the codeql job passes on this PR

🤖 Generated with Claude Code

The init and analyze steps were pinned to different codeql-action
versions (4.36.3 vs 4.36.2), causing analyze to fail with
"Loaded a configuration file for version '4.36.3', but running
version '4.36.2'".

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@rkennke rkennke requested a review from a team as a code owner July 7, 2026 12:15
@rkennke rkennke added the trivial label Jul 7, 2026
@dd-octo-sts

dd-octo-sts Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

CI Test Results

Run: #28865590429 | Commit: 9663431 | Duration: 13m 58s (longest job)

2 of 32 test jobs failed

Status Overview

JDK glibc-aarch64/debug glibc-amd64/debug musl-aarch64/debug musl-amd64/debug
8 - - -
8-ibm - - -
8-j9 - -
8-librca - -
8-orcl - - -
11 - - -
11-j9 - -
11-librca - -
17 - -
17-graal - -
17-j9 - -
17-librca - -
21 - -
21-graal - -
21-librca - -
25 - -
25-graal - -
25-librca - -

Legend: ✅ passed | ❌ failed | ⚪ skipped | 🚫 cancelled

Failed Tests

glibc-amd64/debug / 11-j9

Job: View logs

No detailed failure information available. Check the job logs.

glibc-amd64/debug / 8-ibm

Job: View logs

No detailed failure information available. Check the job logs.

Summary: Total: 32 | Passed: 30 | Failed: 2


Updated: 2026-07-07 12:36:27 UTC

@datadog-datadog-prod-us1-2

datadog-datadog-prod-us1-2 Bot commented Jul 7, 2026

Copy link
Copy Markdown

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 5 Pipeline jobs failed

CI Run | test-matrix / test-linux-glibc-amd64 (11-j9, debug)   View in Datadog   GitHub Actions

CI Run | test-matrix / test-linux-glibc-amd64 (8-ibm, debug)   View in Datadog   GitHub Actions

DataDog/java-profiler | reliability-chaos-aarch64: [profiler, tcmalloc, 21.0.3-tem]   View in Datadog   GitLab

View all 5 failed jobs.

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: bba59a4 | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts

dd-octo-sts Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Reliability & Chaos Results

All reliability & chaos checks passed Pipeline: https://gitlab.ddbuild.io/DataDog/java-profiler/-/pipelines/123241976

@rkennke rkennke merged commit 684769c into main Jul 7, 2026
192 of 231 checks passed
@rkennke rkennke deleted the fix/codeql-action-version-mismatch branch July 7, 2026 15:29
@github-actions github-actions Bot added this to the 1.47.0 milestone Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants