Add permissions/security-events:write to CodeQL action to allow it to run in read-only Workflow permissions mode.

This commit is contained in:
David Anson 2022-07-16 22:33:37 +00:00 committed by GitHub
parent 51cec76c2b
commit ed8a2e6166

View file

@ -11,6 +11,8 @@ jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false