Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68c2153

Browse files
authoredJan 26, 2025··
ci(github-action): update github/codeql-action action to v3.28.3
1 parent c753a49 commit 68c2153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
# Initializes the CodeQL tools for scanning.
9393
- name: 🛠️ Initialize CodeQL
94-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
94+
uses: github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
9595
with:
9696
languages: ${{ matrix.language }}
9797
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -120,6 +120,6 @@ jobs:
120120
if: matrix.language == 'javascript-typescript'
121121

122122
- name: 🔍 Perform CodeQL Analysis
123-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
123+
uses: github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
124124
with:
125125
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)
Please sign in to comment.