Fix permissions for CodeQL workflow (#5009)

This commit is contained in:
jack1142 2021-04-22 22:00:24 +02:00 committed by GitHub
parent f89223bc74
commit 01561fbe07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
steps:
- name: Checkout repository