mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 22:39:08 -04:00
ci: Update to codeql-action v3
Silences a harmless deprecation warning.
This commit is contained in:
committed by
Patrick
parent
07522238d9
commit
ff066e0439
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user