Skip to content

ci: align codeql-action steps on one SHA (fixes red CodeQL on main)#900

Merged
Dumbris merged 1 commit into
mainfrom
ci/codeql-pin-alignment
Jul 23, 2026
Merged

ci: align codeql-action steps on one SHA (fixes red CodeQL on main)#900
Dumbris merged 1 commit into
mainfrom
ci/codeql-pin-alignment

Conversation

@Dumbris

@Dumbris Dumbris commented Jul 23, 2026

Copy link
Copy Markdown
Member

Every CodeQL run on main and on PRs has failed in ~20s since #895: dependabot treats github/codeql-action/{init,autobuild,analyze} as three separate dependencies and bumped only init to v4.37.3, leaving autobuild on v4.37.1 and analyze on v4.37.0. The newer init writes a config file the older binaries refuse to load:

Loaded a configuration file for version '4.37.3', but running version '4.37.0'

Fix

  • Pin all three steps to the same v4.37.3 SHA (e4fba868…, verified against the upstream tag).
  • Add a codeql-action dependabot group so the subpaths are always bumped together in one PR — prevents recurrence.

After this merges, re-running the CodeQL checks on open PRs (e.g. #899) should turn them green.

🤖 Generated with Claude Code

Dependabot treats github/codeql-action/{init,autobuild,analyze} as
separate dependencies, so #895 bumped only init to v4.37.3 while
autobuild stayed on v4.37.1 and analyze on v4.37.0. The newer init
writes a config file the older binaries refuse to load ("Loaded a
configuration file for version '4.37.3', but running version
'4.37.0'"), so every CodeQL run on main and PRs has failed in ~20s
since #895 merged.

Pin all three steps to the v4.37.3 SHA and add a dependabot group so
the subpaths are always bumped in one PR.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying mcpproxy-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: e6841bb
Status: ✅  Deploy successful!
Preview URL: https://cdbe64c4.mcpproxy-docs.pages.dev
Branch Preview URL: https://ci-codeql-pin-alignment.mcpproxy-docs.pages.dev

View logs

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown

📦 Build Artifacts

Workflow Run: View Run
Branch: ci/codeql-pin-alignment

Available Artifacts

  • archive-darwin-amd64 (28 MB)
  • archive-darwin-arm64 (25 MB)
  • archive-linux-amd64 (16 MB)
  • archive-linux-arm64 (15 MB)
  • archive-windows-amd64 (28 MB)
  • archive-windows-arm64 (25 MB)
  • frontend-dist-pr (0 MB)
  • installer-dmg-darwin-amd64 (22 MB)
  • installer-dmg-darwin-arm64 (20 MB)

How to Download

Option 1: GitHub Web UI (easiest)

  1. Go to the workflow run page linked above
  2. Scroll to the bottom "Artifacts" section
  3. Click on the artifact you want to download

Option 2: GitHub CLI

gh run download 30029335423 --repo smart-mcp-proxy/mcpproxy-go

Note: Artifacts expire in 14 days.

@Dumbris
Dumbris merged commit b41a738 into main Jul 23, 2026
37 checks passed
@Dumbris
Dumbris deleted the ci/codeql-pin-alignment branch July 23, 2026 17:43
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.

2 participants