summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-05-19 12:10:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-13 10:21:30 +0200
commit2664f77ad4e26c59b7bcfd1bd3259344af108348 (patch)
tree5e7619626b09d842449b02e4396564de87f7e2ec
parentae047edee4ac5e853eb83db7bdcf30944b7f263a (diff)
downloadqutebrowser-2664f77ad4e26c59b7bcfd1bd3259344af108348.tar.gz
qutebrowser-2664f77ad4e26c59b7bcfd1bd3259344af108348.zip
ci: Upgrade codeql-action
See https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index afcf720e4..23d37f991 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -197,12 +197,12 @@ jobs:
with:
persist-credentials: false
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: javascript, python
queries: +security-extended
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
irc:
timeout-minutes: 2