fix: bump code ql github action version to v3 (#396)

This commit is contained in:
Victorien Gauch
2024-12-04 18:20:43 +01:00
committed by GitHub
parent 741afeee3b
commit 93c75ad9f5

View File

@@ -39,7 +39,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.