Skip to content

chore(deps): bump codeql-action to v4.37.0 across all steps#63

Merged
adamdaw merged 1 commit into
masterfrom
chore/codeql-action-4.37.0
Jul 9, 2026
Merged

chore(deps): bump codeql-action to v4.37.0 across all steps#63
adamdaw merged 1 commit into
masterfrom
chore/codeql-action-4.37.0

Conversation

@adamdaw

@adamdaw adamdaw commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

Bump all three github/codeql-action sub-actions (init, autobuild, analyze) in codeql.yml to v4.37.0 together, and add a Dependabot group so they can't drift apart again.

Motivation

Supersedes #57. Dependabot bumped only codeql-action/init to v4.37.0, leaving autobuild/analyze at v4.36.2. CodeQL fails when its step versions differ:

##[error] Loaded a configuration file for version '4.37.0', but running version '4.36.2'
CodeQL job status was configuration error.

Changes

  • codeql.yml: init, autobuild, analyze99df26d (v4.37.0)
  • dependabot.yml: add codeql-action group to the github-actions ecosystem so all sub-actions bump in one PR

Test plan

  • CI passes (link to run): pending — the CodeQL Analyze (actions) job going green is the verification

Notes for reviewers

  • Same SHA (99df26d) applies to all three sub-actions — they're subdirectories of the one github/codeql-action repo at tag v4.37.0.
  • Closes out the last red Dependabot PR; the other 5 are already merged.

Dependabot's #57 bumped only github/codeql-action/init to v4.37.0, leaving
autobuild and analyze at v4.36.2. CodeQL refuses to run with mismatched
step versions ('Loaded a configuration file for version 4.37.0, but running
version 4.36.2'), failing the Analyze job.

Move init, autobuild, and analyze together to v4.37.0, and add a Dependabot
group so codeql-action sub-actions are bumped in a single PR going forward.

Supersedes #57.
@adamdaw
adamdaw merged commit ef3e9b1 into master Jul 9, 2026
8 checks passed
@adamdaw
adamdaw deleted the chore/codeql-action-4.37.0 branch July 9, 2026 12:40
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