ci: Update to codeql-action v3

Silences a harmless deprecation warning.
This commit is contained in:
Georges Basile Stavracas Neto
2024-04-26 12:30:14 -03:00
committed by Patrick
parent 07522238d9
commit ff066e0439

View File

@@ -178,7 +178,7 @@ jobs:
steps:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -211,7 +211,7 @@ jobs:
# Can't use `meson compile` here because Ubuntu 20.04 is too old
run: ninja -C _build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
valgrind:
name: Run tests in valgrind