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

github.com/stefan-niedermann/nextcloud-notes.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:10:35 +0300
committerGitHub <noreply@github.com>2022-04-19 09:10:35 +0300
commit95f3a0991a31f7c30338864e93179d93f755fdfd (patch)
treedcdc6e48f533ef831b82636a765dd0d1c9f212bb
parentbca64504584c6f7059c227d5fe36b72ec04f6f03 (diff)
Update permissions for CodeQL workflow
-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 e37a4d05..871fdb8e 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