Skip to content

ci(codeql): align init/autobuild to v4.36.3 (fix version mismatch)#219

Merged
pcalnon merged 1 commit into
mainfrom
ci/align-codeql-actions-4.36.3
Jul 7, 2026
Merged

ci(codeql): align init/autobuild to v4.36.3 (fix version mismatch)#219
pcalnon merged 1 commit into
mainfrom
ci/align-codeql-actions-4.36.3

Conversation

@pcalnon

@pcalnon pcalnon commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

Fixes the CodeQL "Analyze (python)" failure on main. Dependabot split the github/codeql-action version bump into separate per-subaction PRs, and this repo ended up with init/autobuild and analyze on different versions. CodeQL requires them to match, so every run failed:

##[error]Loaded a configuration file for version 'X', but running version 'Y'

This repo needed to bump init/autobuild to align all three subactions at v4.36.3 (SHA 54f647b7…).

Verified fix pattern

Same fix already went green on juniper-canopy #436 and juniper-cascor #395 (their "Analyze (python)" check passed once aligned). This is the last batch — completes the fleet (ml + juniper-data-client were already consistent).

Testing

  • codeql.yml is valid YAML; all three subactions (init/autobuild/analyze) pinned to 54f647b7… (v4.36.3), none left at v4.36.2.
  • Confirmed by the "Analyze (python)" check on this PR.

🤖 Generated with Claude Code

https://claude.ai/code/session_01LX5ToumBaABH3QutQC86sM

…smatch)

Dependabot split the github/codeql-action bump into per-subaction PRs, leaving
init/autobuild and analyze on different versions. CodeQL requires the same version
across steps, so "Analyze (python)" failed on main with:
  ##[error]Loaded a configuration file for version 'X', but running version 'Y'
This repo needed to bump init/autobuild -> v4.36.3 (SHA 54f647b7...) so all three subactions match.
Verified fix pattern: juniper-canopy #436 / juniper-cascor #395 (Analyze went green).

Co-Authored-By: Claude Opus 4.8 <[email protected]>
Claude-Session: https://claude.ai/code/session_01LX5ToumBaABH3QutQC86sM
@pcalnon pcalnon self-assigned this Jul 7, 2026

@pcalnon pcalnon left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

approved

@pcalnon pcalnon merged commit fdbe0de into main Jul 7, 2026
27 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.

1 participant