changeset 31233:95fa3182f00c

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Mon, 19 Sep 2022 13:14:16 +0200
parents a026fb2be108 (current diff) adfbd487d0f6 (diff)
children a1318deb4584
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yaml	Mon Sep 19 07:05:31 2022 -0400
+++ b/.github/workflows/codeql-analysis.yaml	Mon Sep 19 13:14:16 2022 +0200
@@ -51,7 +51,7 @@
 
       - name: initialize CodeQL
         # Initialize the CodeQL tools for scanning.
-        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.
@@ -63,7 +63,7 @@
         run: make -C ./.build all -j2 V=1
 
       - name: perform CodeQL analysis
-        uses: github/codeql-action/analyze@v1
+        uses: github/codeql-action/analyze@v2
 
 
   windows:
@@ -166,7 +166,7 @@
 
       - name: initialize CodeQL
         # Initialize the CodeQL tools for scanning.
-        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.
@@ -180,4 +180,4 @@
         run: make -C ./.build all -j8 V=1
 
       - name: perform CodeQL analysis
-        uses: github/codeql-action/analyze@v1
+        uses: github/codeql-action/analyze@v2