module: update github/codeql-action action to v2

This commit is contained in:
Renovate Bot 2022-05-04 18:10:19 +00:00 committed by Christian Nicolai
parent 61a14a0e8a
commit 839b0e735d
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: python
# If you wish to specify custom queries, you can do so here or in a config file.
@ -95,4 +95,4 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2