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

View File

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