Skip to content

Commit e140c95

Browse files
committed
Upgrade codeql to latest
1 parent 6d90f69 commit e140c95

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linux-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
fi
158158
159159
- name: Initialize CodeQL
160-
uses: github/codeql-action/init@v2
160+
uses: github/codeql-action/init@v3
161161
with:
162162
languages: 'cpp'
163163

@@ -173,4 +173,4 @@ jobs:
173173
run: cmake --build . --config ${{matrix.config}}
174174

175175
- name: Perform CodeQL Analysis
176-
uses: github/codeql-action/analyze@v2
176+
uses: github/codeql-action/analyze@v3

.github/workflows/macos-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "QT_DIR=/usr/local/opt/qt@6/lib/cmake" >> $GITHUB_ENV
5959
6060
- name: Initialize CodeQL
61-
uses: github/codeql-action/init@v2
61+
uses: github/codeql-action/init@v3
6262
with:
6363
languages: 'cpp'
6464

@@ -74,4 +74,4 @@ jobs:
7474
run: cmake --build . --config ${{matrix.config}}
7575

7676
- name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@v2
77+
uses: github/codeql-action/analyze@v3

.github/workflows/windows-codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
130130
- name: Initialize CodeQL
131131
if: matrix.compiler != 'clang-cl'
132-
uses: github/codeql-action/init@v2
132+
uses: github/codeql-action/init@v3
133133
with:
134134
languages: 'cpp'
135135

@@ -146,4 +146,4 @@ jobs:
146146

147147
- name: Perform CodeQL Analysis
148148
if: matrix.compiler != 'clang-cl'
149-
uses: github/codeql-action/analyze@v2
149+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)