ci: update github/codeql-action action to v3

This commit is contained in:
renovate[bot] 2023-12-21 00:57:35 +00:00 committed by Christian Nicolai
parent ef6b50974a
commit 28d1b31798
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,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: python
# If you wish to specify custom queries, you can do so here or in a config file.
@ -96,4 +96,4 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3