changeset 33015:675620cccdb6

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 13 Feb 2024 12:59:15 +0100
parents c8fd3846064d (current diff) 6dd11018edcf (diff)
children a7c1300d497f
files
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yaml	Tue Feb 13 11:30:20 2024 +0100
+++ b/.github/workflows/codeql-analysis.yaml	Tue Feb 13 12:59:15 2024 +0100
@@ -51,7 +51,7 @@
 
       - name: initialize CodeQL
         # Initialize the CodeQL tools for scanning.
-        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.
@@ -63,7 +63,7 @@
         run: make -C ./.build all -j2 V=1
 
       - name: perform CodeQL analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v3
 
 
   windows:
@@ -171,7 +171,7 @@
 
       - name: initialize CodeQL
         # Initialize the CodeQL tools for scanning.
-        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.
@@ -185,4 +185,4 @@
         run: make -C ./.build all -j8 V=1
 
       - name: perform CodeQL analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v3