Skip to content

Commit bfbd308

Browse files
chore(ci): update and pin CodeQL action to v4.31.10
Update CodeQL action from unpinned @V3 to pinned version 4.31.10 (commit SHA: cdefb33c0f6224e58673d9004f47f7cb3e328b89). Changes: - github/codeql-action/init: v3 → v4.31.10 (pinned) - github/codeql-action/autobuild: v3 → v4.31.10 (pinned) - github/codeql-action/analyze: v3 → v4.31.10 (pinned) Benefits: - Security: Pinning to SHA ensures immutable action version - Latest features: CodeQL bundle updated to 2.23.9 - Transparency: Version tag in comments for readability Released: January 12, 2026 Changelog: https://github.com/github/codeql-action/blob/main/CHANGELOG.md Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e8c8c66 commit bfbd308

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0
2828

2929
- name: Initialize the CodeQL tools for scanning
30-
uses: github/codeql-action/init@v3
30+
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3131
with:
3232
languages: ${{ matrix.language }}
3333
timeout-minutes: 5
3434

3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v3
36+
uses: github/codeql-action/autobuild@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3737
timeout-minutes: 10
3838

3939
- name: Perform CodeQL Analysis
40-
uses: github/codeql-action/analyze@v3
40+
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
4141
with:
4242
category: "/language:${{matrix.language}}"
4343
timeout-minutes: 10

0 commit comments

Comments
 (0)