Update permissions for CodeQL workflow

This commit is contained in:
Niedermann IT-Dienstleistungen 2022-04-19 08:10:35 +02:00 committed by GitHub
parent bca6450458
commit 95f3a0991a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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