Skip to content

Bump every codeql-action reference together - #804

Merged
MBombeck merged 1 commit into
mainfrom
fix/codeql-action-4-37-7
Aug 16, 2026
Merged

Bump every codeql-action reference together#804
MBombeck merged 1 commit into
mainfrom
fix/codeql-action-4-37-7

Conversation

@MBombeck

Copy link
Copy Markdown
Owner

Dependabot opened #802 (init) and #803 (upload-sarif) separately, because it tracks each action path as its own dependency. That splits a version pair that cannot be split: codeql.yml runs init and analyze in the same job, and raising only init makes the action refuse to run.

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

The CodeQL job failed on #802 for exactly that reason, so the bump could not have merged on its own.

This moves all five pinned references at once: init and analyze in codeql.yml, plus the three upload-sarif steps in scorecard.yml and trivy.yml. The commit SHA is what the v4.37.7 tag dereferences to, and it matches the SHA both Dependabot PRs pin.

Closes #802
Closes #803

Dependabot treats `init`, `analyze` and `upload-sarif` as separate
dependencies, so it raised `init` to 4.37.7 in one PR and left `analyze` on
4.37.6 in the same workflow. The action refuses that pairing outright:
"Loaded a configuration file for version '4.37.7', but running version
'4.37.6'", and the CodeQL job failed on the very PR doing the bump.

All five pinned references move together here: init and analyze in
codeql.yml, and the three upload-sarif steps in scorecard.yml and trivy.yml.
The commit SHA is the one the v4.37.7 tag dereferences to, which is also the
SHA both Dependabot PRs pin.
@MBombeck
MBombeck merged commit c93a947 into main Aug 16, 2026
23 checks passed
@MBombeck
MBombeck deleted the fix/codeql-action-4-37-7 branch August 16, 2026 16:35
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