Skip to content

Commit 287adb5

Browse files
committed
[CI] Fix CodeQL build.
1 parent af090da commit 287adb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
language: [ 'java' ]
37-
java: [ '8' ]
37+
java: [ '17' ]
3838

3939
steps:
4040
- name: Checkout code
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
category: "/language:${{matrix.language}}"
138138

139-
cpp-gcc-2204-analyze:
139+
cpp-gcc-analyze:
140140
name: C++ GCC Analyze ${{ matrix.version }}
141141
runs-on: ubuntu-24.04
142142
permissions:
@@ -147,7 +147,7 @@ jobs:
147147
fail-fast: false
148148
matrix:
149149
language: ['cpp']
150-
version: [ '12' ]
150+
version: [ '14' ]
151151
env:
152152
CC: gcc-${{ matrix.version }}
153153
CXX: g++-${{ matrix.version }}

0 commit comments

Comments
 (0)