ci(codeql): align codeql-action steps to v4.37.1#41456
Conversation
init and analyze were pinned to v4.36.2 while autobuild was bumped to v4.37.1, causing 'Loaded a configuration file for version 4.36.2, but running version 4.37.1' and failing every CodeQL run on develop.
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📜 Recent review details⏰ Context from checks skipped due to timeout. (3)
🔇 Additional comments (1)
WalkthroughThe CodeQL workflow updates its initialization and analysis actions from v4.36.2 to v4.37.1 without changing workflow structure or execution settings. ChangesCodeQL workflow update
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Problem
Every CodeQL run on
developfails at Autobuild:Cause
codeql-analysis.ymlhad mismatched pins —autobuildwas bumped to v4.37.1 butinitandanalyzestayed on v4.36.2.initwrites the config for 4.36.2, then autobuild runs 4.37.1 and rejects it.Fix
Align all three steps to v4.37.1 (
7188fc363630916deb702c7fdcf4e481b751f97a).Summary by CodeRabbit