mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 22:06:15 +03:00
Update permissions for CodeQL workflow
This commit is contained in:
parent
bca6450458
commit
95f3a0991a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -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
|
||||
uses: github/codeql-action/analyze@v1
|
||||
|
|
Loading…
Reference in a new issue