Actions: Add permissions block to code scanning workflow

This commit is contained in:
Andrew Eisenberg
2021-04-26 10:53:29 -07:00
parent 3670c729c0
commit 0e53ad33f6

View File

@@ -19,6 +19,11 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
security_events: write
pull_requests: read
steps:
- name: Checkout repository
uses: actions/checkout@v2