Skip to content

Commit ef73c2b

Browse files
doublegateclaude
andcommitted
ci(security): upgrade CodeQL actions from v3 to v4
BREAKING CHANGE: CodeQL Action v3 deprecated November 25, 2025 Changes: - Updated github/codeql-action/init from v3 to v4 - Updated github/codeql-action/analyze from v3 to v4 This addresses the deprecation warning: "The `v3` tag of github/codeql-action is being deprecated and may stop working without warning on November 25, 2025." The v4 release (October 2025) includes: - Node.js 22 upgrade (from Node.js 20) - Improved performance for large codebases - Enhanced Rust language support - Better security-extended query coverage Additionally, created missing GitHub labels for Dependabot: - "dependencies" (blue, #0366d6) - Dependency-related PRs - "rust" (orange, #dea584) - Rust ecosystem updates - "github-actions" (yellow, #ffc107) - CI/CD workflow updates These labels enable Dependabot to properly tag automated PRs per the dependabot.yml configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dd7f2fe commit ef73c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
# Initialize CodeQL tools for scanning
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@v3
59+
uses: github/codeql-action/init@v4
6060
with:
6161
languages: ${{ matrix.language }}
6262
# Use security-extended query suite for comprehensive security analysis
@@ -72,7 +72,7 @@ jobs:
7272
7373
# Perform CodeQL Analysis
7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@v3
75+
uses: github/codeql-action/analyze@v4
7676
with:
7777
category: "/language:${{ matrix.language }}"
7878
# Fail the workflow if high or critical severity issues are found

0 commit comments

Comments
 (0)