summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-12-21 11:10:01 +1300
committerGitHub <noreply@github.com>2023-12-21 11:10:01 +1300
commita478b0422dc968e5d2225e567713642dbe780d74 (patch)
tree0a7ad47b350f9387830a04cfa527b6ab9efe71e5
parent7dbc02c40bf81bf8cd31733fa92c26b162ccd7d0 (diff)
parent4c431fd22dd75ca28460c3566f75f31fbf0b06e0 (diff)
downloadqutebrowser-a478b0422dc968e5d2225e567713642dbe780d74.tar.gz
qutebrowser-a478b0422dc968e5d2225e567713642dbe780d74.zip
Merge pull request #8041 from qutebrowser/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
-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 61b35b0d1..fe1bbefe7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -233,12 +233,12 @@ jobs:
with:
persist-credentials: false
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
with:
languages: javascript, python
queries: +security-extended
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
irc:
timeout-minutes: 2