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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2022-04-19 09:11:27 +0300
committerGitHub <noreply@github.com>2022-04-19 09:11:27 +0300
commit4b80d6ba4580f4964882e950353c4f7f4cb3a1dc (patch)
tree9e5958d622d4a2fab03a8fe5c305b4ca86ec8e43 /.github
parente09cbc025535d1237c6a56ce45fe2199c66ba962 (diff)
Update permissions for CodeQL workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index e37a4d05f..871fdb8e5 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -7,6 +7,8 @@ on:
permissions:
contents: read
+ security-events: write
+ pull-requests: read
jobs:
codeql:
@@ -22,4 +24,4 @@ jobs:
- name: Build debug APK
run: bash ./gradlew assembleDev --stacktrace
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1 \ No newline at end of file
+ uses: github/codeql-action/analyze@v1