Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Klass <kissaki@posteo.de>2022-06-05 17:12:52 +0300
committerJan Klass <kissaki@posteo.de>2022-06-05 17:12:52 +0300
commitb925b99bf72b5e5f2fd0ac34abc9e5a6c9059afb (patch)
treea81d0d49ae3216b1d55ef37e42c179587389bd54
parent448fbe3b530e56e0da51d97a9a318f03c9ccb5f3 (diff)
CI(codeql): Upgrade CodeQL version v1 -> v2
CodeQL Action v2 was released 2022-03-30. Deprecation of v1 is scheduled for December 2022. [1] [1] https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
-rw-r--r--.github/workflows/code-ql.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml
index c5e958f0d..808341688 100644
--- a/.github/workflows/code-ql.yml
+++ b/.github/workflows/code-ql.yml
@@ -19,7 +19,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, cpp
@@ -43,4 +43,4 @@ jobs:
shell: bash
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2