You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeQL upload fails on PR chore(ci): run Dependabot monthly with grouped minor/patch updates (#52) #53. The "Perform CodeQL analysis" step finishes the analysis, then stops at "Uploading results" with no error. It failed on two attempts, and a third rerun never started. Nothing reached code scanning. The same workflow passed on main on 2026-09-11, with the same runner and image version.
v3 is being retired. GitHub annotates every run with: "CodeQL Action v3 will be deprecated in December 2026". The v3 actions also target Node.js 20, which GitHub removes from runners on 2026-09-23; they already run forced onto Node.js 24.
In .github/workflows/codeql.yml, pin init, autobuild and analyze to v4.38.0, commit b96794f015dfd88f77b49b1c93e0fa7110f94c63. I verified that the v4.38.0 annotated tag in github/codeql-action resolves to that commit.
Why
mainon 2026-09-11, with the same runner and image version.init,autobuildandanalyze, and those fail CI individually. Dependabot's own pin, v4.36.2, is from June; the current v4 release is v4.38.0.Scope
.github/workflows/codeql.yml, pininit,autobuildandanalyzeto v4.38.0, commitb96794f015dfd88f77b49b1c93e0fa7110f94c63. I verified that thev4.38.0annotated tag ingithub/codeql-actionresolves to that commit.Acceptance criteria
main, and chore(ci): run Dependabot monthly with grouped minor/patch updates (#52) #53's CodeQL check passes once its branch is updated.