Skip to content

chore(deps): update CodeQL Action to 4.37.5 - #712

Open
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/github/codeql-action/analyze-4.37.4
Open

chore(deps): update CodeQL Action to 4.37.5#712
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/github/codeql-action/analyze-4.37.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

What

Updates every github/codeql-action step in the CodeQL backfill workflow from v4.36.2 to the current v4.37.5 release, pinned to immutable commit d1ba80a13dd99fba24a470575428917156a28b43.

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, and analyze on 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.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 2, 2026
@dependabot
dependabot Bot requested a review from seonghobae as a code owner August 2, 2026 18:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 2, 2026
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

CodeQL 백필 워크플로의 init, autobuildanalyze 액션 버전을 v4.36.2에서 v4.37.4로 업데이트했습니다.

Changes

CodeQL 분석 워크플로

Layer / File(s) Summary
CodeQL 액션 버전 변경
.github/workflows/codeql-backfill.yml
CodeQL 초기화, 자동 빌드 및 분석 액션 버전을 v4.36.2에서 v4.37.4로 변경했습니다.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

Suggested reviewers: seonghobae

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning 제목은 CodeQL Action 업데이트를 설명하지만 실제 변경 버전은 4.37.4이고 제목은 4.37.5를 명시합니다. 제목의 버전을 실제 변경 버전인 4.37.4로 수정하세요.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/github/codeql-action/analyze-4.37.4

Comment @coderabbitai help to get the list of available commands.

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action/analyze-4.37.4 branch from 035d761 to 9e9c201 Compare August 3, 2026 01:53
@seonghobae seonghobae changed the title chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.37.4 chore(deps): update checkout and CodeQL actions Aug 3, 2026
@seonghobae
seonghobae enabled auto-merge (squash) August 3, 2026 05:04
@seonghobae
seonghobae marked this pull request as draft August 3, 2026 05:46
auto-merge was automatically disabled August 3, 2026 05:46

Pull request was converted to draft

@seonghobae
seonghobae marked this pull request as ready for review August 3, 2026 05:46
@seonghobae
seonghobae enabled auto-merge (squash) August 3, 2026 05:47
seonghobae
seonghobae previously approved these changes Aug 4, 2026

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed: routine pinned-version bump, checks green.

@seonghobae

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

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.

@seonghobae

Copy link
Copy Markdown
Collaborator

@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>
@dependabot dependabot Bot changed the title chore(deps): update checkout and CodeQL actions chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.37.4 Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github/codeql-action/analyze-4.37.4 branch from 29652a2 to 52ae59a Compare August 4, 2026 04:29

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 941264c and 52ae59a.

📒 Files selected for processing (1)
  • .github/workflows/codeql-backfill.yml

Comment thread .github/workflows/codeql-backfill.yml Outdated
seonghobae
seonghobae previously approved these changes Aug 4, 2026

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed: pinned checkout v7.0.1 + CodeQL action digest bumps only.

@opencode-agent
opencode-agent Bot disabled auto-merge August 4, 2026 04:33
@seonghobae

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor Author

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.

seonghobae
seonghobae previously approved these changes Aug 4, 2026

@seonghobae seonghobae left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@seonghobae
seonghobae enabled auto-merge (squash) August 4, 2026 06:25

Copy link
Copy Markdown
Collaborator

@opencode-agent @cwl-noema-review Please independently review exact current head ae3439ec32e23d2d1b29688ead893f24eededbe9. Confirm every CodeQL init/analyze/upload step in each affected workflow uses one immutable v4.37.4 SHA without permission or SARIF behavior drift. Exact-head CI, Security Scan, and Semgrep are green; submit APPROVE only if no blocker remains.

@seonghobae
seonghobae marked this pull request as draft August 4, 2026 09:55
auto-merge was automatically disabled August 4, 2026 09:55

Pull request was converted to draft

@seonghobae
seonghobae marked this pull request as ready for review August 4, 2026 09:56
@seonghobae
seonghobae enabled auto-merge (squash) August 4, 2026 09:56

Copy link
Copy Markdown
Collaborator

@opencode-agent Please independently review exact current head ae3439ec32e23d2d1b29688ead893f24eededbe9. Verify that every CodeQL init, autobuild, and analyze step in .github/workflows/codeql-backfill.yml uses the same immutable v4.37.4 commit, the resolved CodeRabbit finding remains fixed, and exact-head CI, Security Scan, Semgrep, and CodeRabbit status all succeed. Submit APPROVE only if no blocker remains.

@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.

@seonghobae seonghobae changed the title chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.37.4 chore(deps): update CodeQL Action to 4.37.5 Aug 4, 2026

Copy link
Copy Markdown
Collaborator

@opencode-agent @cwl-noema-review Please independently review exact current head bca2108ae082a9f23732359387c995423c08a7ec. Current-head CI, Security Scan, and SAST Semgrep are successful; the sole CodeRabbit thread is resolved. Verify the one-file change pins CodeQL init, autobuild, and analyze consistently to immutable v4.37.5 commit d1ba80a13dd99fba24a470575428917156a28b43, preserves languages/category/ref behavior, and introduces no permission or trigger drift. Submit APPROVE only for this exact head if no blocking finding remains.

Copy link
Copy Markdown
Collaborator

@opencode-agent Please review exact current head bca2108ae082a9f23732359387c995423c08a7ec. Verify every github/codeql-action stage in codeql-backfill.yml is pinned to the same immutable v4.37.5 commit, workflow permissions and analysis semantics are unchanged, and the existing contract validator passes. Current-head CI, Security Scan, Semgrep, and CodeRabbit are green; submit APPROVE only if no blocking finding remains.

Copy link
Copy Markdown
Collaborator

@cwl-noema-review Please independently review exact current head bca2108ae082a9f23732359387c995423c08a7ec. Confirm the immutable Action upgrade is internally version-consistent and does not widen permissions or weaken code-scanning behavior. Submit APPROVE only if no blocker remains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant