Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2022-08-27 15:41:48 +0200
committerArthur de Jong <arthur@arthurdejong.org>2022-08-27 16:40:43 +0200
commit3c9edc1bcf97f56ac95219bfda9de16b98462d0e (patch)
treee5a6e4c72e02491b9abf7dacac93267c9d957854
parent0507f25a6237b72e4c19c8f2e8ad14a595b36fd5 (diff)
Upgrade to CodeQL Action v2
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 998293e..507a210 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -80,7 +80,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: cpp, python
- name: Install dependencies
@@ -114,4 +114,4 @@ jobs:
- name: make
run: make
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2