changeset 33014:6dd11018edcf stable

GitHub-CI: Bump github/codeql-action from 2 to 3 * .github/workflows/codeql-analysis.yaml: Bump github/codeql-action from 2 to 3. Release notes: https://github.com/github/codeql-action/releases Changelog: https://github.com/github/codeql-action/blob/main/CHANGELOG.md Commits: https://github.com/github/codeql-action/compare/v2...v3
author "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
date Tue, 13 Feb 2024 10:36:45 +0000
parents 21c1fbc6fbdf
children 675620cccdb6 6183b28cc423
files .github/workflows/codeql-analysis.yaml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/codeql-analysis.yaml	Mon Feb 12 18:48:21 2024 +0100
+++ b/.github/workflows/codeql-analysis.yaml	Tue Feb 13 10:36:45 2024 +0000
@@ -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