[ci,codeql] update to v3

This commit is contained in:
akallabeth 2024-02-10 13:04:24 +01:00 committed by akallabeth
parent 24c901c898
commit 34d5462111
1 changed files with 4 additions and 2 deletions

View File

@ -24,6 +24,8 @@ jobs:
analyze:
permissions:
security-events: write
actions: read
contents: read
name: Analyze
runs-on: ubuntu-latest
@ -44,7 +46,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
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.
@ -124,4 +126,4 @@ jobs:
cmake --build .
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3