This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 68c2153 authored Jan 26, 2025 · 3 / 3 · Verified
1 parent c753a49 commit 68c2153 Copy full SHA for 68c2153
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
92
92
# Initializes the CodeQL tools for scanning.
93
93
- name : 🛠️ Initialize CodeQL
94
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
94
+ uses : github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
95
95
with :
96
96
languages : ${{ matrix.language }}
97
97
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -120,6 +120,6 @@ jobs:
120
120
if : matrix.language == 'javascript-typescript'
121
121
122
122
- name : 🔍 Perform CodeQL Analysis
123
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
123
+ uses : github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3
124
124
with :
125
125
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments