summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2022-06-28 22:35:13 +0200
committerSimon McVittie <smcv@debian.org>2022-06-30 16:25:29 +0100
commit00f82bc9d00dfa99c070ca8d4f4b13ae5800c040 (patch)
treefda26ff8266f3973239df29cb74393550bc58a58
parentbf9a72a3bee65d30c71411475a3ca53adb18ea64 (diff)
downloadflatpak-00f82bc9d00dfa99c070ca8d4f4b13ae5800c040.tar.gz
CI: Use CodeQL Action v2, not the deprecated v1
See: https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/ (cherry picked from commit 120322cb8f743a8f65c27c820a9310e4ee382df7)
-rw-r--r--.github/workflows/check.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 2b35de37..3552266b 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -106,7 +106,7 @@ jobs:
steps:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -136,7 +136,7 @@ jobs:
- name: Build flatpak
run: make -j $(getconf _NPROCESSORS_ONLN)
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
valgrind:
name: Run tests in valgrind