Skip to content

build(deps): move every codeql-action to 4.37.7 in one commit (dapper) - #119

Merged
bgard68 merged 1 commit into
dapperfrom
deps/codeql-action-4.37.7-dapper
Aug 17, 2026
Merged

build(deps): move every codeql-action to 4.37.7 in one commit (dapper)#119
bgard68 merged 1 commit into
dapperfrom
deps/codeql-action-4.37.7-dapper

Conversation

@bgard68

@bgard68 bgard68 commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Dapper-branch counterpart of #118. Supersedes #98 and #102.

Targets dapper and stays on dapper — same change as #118, made separately rather than merged across, so the two branches stay parallel.

Why these cannot be separate pull requests

codeql-action requires init, analyze and upload-sarif to run the same version. Mixing them fails with:

Loaded a configuration file for version '4.37.4', but running version '4.37.7'

Dependabot opens one pull request per sub-action, so each creates exactly that mismatch on its own branch — #98 moves init while analyze stays behind, #102 moves analyze while init stays behind. Rebasing cannot fix either: the conflict is between the change and the rest of the file, not between the branch and its base. They also have to land together to be correct, which two pull requests cannot do.

The change

before after
init f205ea1c (4.37.4) ff2f1c62 (4.37.7)
analyze f205ea1c (4.37.4) ff2f1c62 (4.37.7)
upload-sarif ff2f1c62 (4.37.7) unchanged

Every codeql-action reference on this branch is now the one SHA. Tag SHAs verified against github/codeql-action rather than taken from the pull request titles — #102 is titled 4.37.6, but 4.37.7 is current and 4.37.6 is 5595ccaf, a different commit.

🤖 Generated with Claude Code

Dapper-branch counterpart of the same fix on main. Supersedes #98 and #102,
which cannot pass individually and never could.

codeql-action requires init, analyze and upload-sarif to run the same version;
mixing them fails with "Loaded a configuration file for version X, but running
version Y". Dependabot opens one pull request per sub-action, so each of those
pull requests creates exactly that mismatch on its own branch. Rebasing cannot
help — the conflict is between the change and the rest of the file, not between
the branch and its base — and they have to land together to be correct, which
two pull requests cannot do.

  init         f205ea1c -> ff2f1c62
  analyze      f205ea1c -> ff2f1c62
  upload-sarif ff2f1c62    (unchanged, already 4.37.7)

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@bgard68
bgard68 merged commit f94a106 into dapper Aug 17, 2026
8 checks passed
@bgard68
bgard68 deleted the deps/codeql-action-4.37.7-dapper branch August 17, 2026 19:08
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