summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-29 00:06:36 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-29 09:35:17 +0200
commitc6ebf2622379c00bead30fd7c95c6cd9b5ce7ca8 (patch)
tree3e2f7d9d0c1b434d6444d5d60442c630c47e7a8f
parentab566cdb0394558771683bae191105729f2a49ed (diff)
downloadqutebrowser-c6ebf2622379c00bead30fd7c95c6cd9b5ce7ca8.tar.gz
qutebrowser-c6ebf2622379c00bead30fd7c95c6cd9b5ce7ca8.zip
ci: Fix CodeQL
(cherry picked from commit 4751890acbf3b98f93386649f2d393b5c4e3cf91)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2cb239a1a..87e79a37b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -187,6 +187,8 @@ jobs:
codeql:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ permissions:
+ security-events: write
timeout-minutes: 30
runs-on: ubuntu-20.04
steps: