Skip to content

Commit ece2412

Browse files
committed
Merge pull request #1431 from bettio/update-codeql-action
Update CodeQL action See also: - https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/ - actions/runner-images#10636 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents dbd6e18 + 96d9cf5 commit ece2412

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ concurrency:
3939
jobs:
4040
analyze:
4141
name: Analyze
42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-24.04
4343
permissions:
4444
actions: read
4545
contents: read
@@ -61,7 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262

6363
- name: "Initialize CodeQL"
64-
uses: github/codeql-action/init@v2
64+
uses: github/codeql-action/init@v3
6565
with:
6666
languages: ${{ matrix.language }}
6767
queries: +./code-queries/term-to-non-term-func.ql,./code-queries/non-term-to-term-func.ql
@@ -74,4 +74,4 @@ jobs:
7474
ninja
7575
7676
- name: "Perform CodeQL Analysis"
77-
uses: github/codeql-action/analyze@v2
77+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)