update codeql version to v3

This commit is contained in:
iceman1001 2024-04-24 11:02:14 +02:00
commit aa504ace00

View file

@ -55,7 +55,7 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v2 uses: github/codeql-action/init@v3
with: with:
languages: ${{ matrix.language }} languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file. # If you wish to specify custom queries, you can do so here or in a config file.
@ -73,4 +73,4 @@ jobs:
run: make -j$((`nproc` + 1)) run: make -j$((`nproc` + 1))
- name: Perform CodeQL Analysis - name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v3