Skip to content

Commit 8f1f83b

Browse files
Merge pull request #7479 from ThomasWaldmann/update-codeql
codeql action: upgrade to v2
2 parents 8dc52b2 + d6091c4 commit 8f1f83b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
sudo apt-get install -y libssl-dev libacl1-dev libxxhash-dev liblz4-dev libzstd-dev
5353
# Initializes the CodeQL tools for scanning.
5454
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@v1
55+
uses: github/codeql-action/init@v2
5656
with:
5757
languages: ${{ matrix.language }}
5858
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -66,4 +66,4 @@ jobs:
6666
pip3 install -r requirements.d/development.txt
6767
pip3 install -e .
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@v1
69+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)