chore(deps): update CodeQL Action to 4.37.5 - #712
Conversation
📝 WalkthroughWalkthroughCodeQL 백필 워크플로의 ChangesCodeQL 분석 워크플로
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@dependabot rebase |
035d761 to
9e9c201
Compare
Pull request was converted to draft
seonghobae
left a comment
There was a problem hiding this comment.
Reviewed: routine pinned-version bump, checks green.
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot recreate |
Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.36.2 to 4.37.4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@8aad20d...f205ea1) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29652a2 to
52ae59a
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/codeql-backfill.yml:
- Line 92: Update the CodeQL action references used by the init and autobuild
steps to the same v4.37.4 commit SHA already used by analyze, ensuring all
CodeQL stages in the workflow are pinned consistently.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 440d76a7-e87b-4fdd-ab2c-b56aaa87beb2
📒 Files selected for processing (1)
.github/workflows/codeql-backfill.yml
seonghobae
left a comment
There was a problem hiding this comment.
Reviewed: pinned checkout v7.0.1 + CodeQL action digest bumps only.
|
@dependabot rebase |
…on/analyze-4.37.4
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
…on/analyze-4.37.4
seonghobae
left a comment
There was a problem hiding this comment.
Reviewed current head: all CodeQL init/autobuild/analyze steps are pinned consistently to v4.37.4, the review thread is resolved, and CI, Security Scan, and Semgrep pass.
|
@opencode-agent @cwl-noema-review Please independently review exact current head |
Pull request was converted to draft
|
@opencode-agent Please independently review exact current head @cwl-noema-review Please perform the second independent exact-head review after OpenCode. The current maintainer approval does not substitute for latest-pusher-independent review. |
|
@opencode-agent @cwl-noema-review Please independently review exact current head |
|
@opencode-agent Please review exact current head |
|
@cwl-noema-review Please independently review exact current head |
What
Updates every
github/codeql-actionstep in the CodeQL backfill workflow from v4.36.2 to the current v4.37.5 release, pinned to immutable commitd1ba80a13dd99fba24a470575428917156a28b43.Why
v4.37.5 includes the upstream fix that falls back to a complete bundle download when a network error occurs during streaming extraction. Keeping
init,autobuild, andanalyzeon one exact commit preserves supply-chain integrity and avoids mixed Action runtimes.Validation
The existing workflow-contract validator and repository CI must pass at this current head before merge.