Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 3e90649

Browse files
authored
Merge pull request #24 from git-pkgs/dependabot/github_actions/github/codeql-action-4.31.10
Bump github/codeql-action from 4.31.9 to 4.31.10
2 parents cc0181e + e04de59 commit 3e90649

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
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
42+
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: ${{ matrix.build-mode }}
@@ -56,6 +56,6 @@ jobs:
5656
exit 1
5757
5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
59+
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
6060
with:
6161
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)