Skip to content

Commit

Permalink
ci(codeql): grant minimum permissions to run; rename file (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Mar 24, 2022
1 parent 8a448d3 commit 47379f6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ on:
- "*.md"
types: [opened, ready_for_review, reopened, synchronize]

permissions:
actions: read
contents: read
security-events: write

jobs:
CodeQL-Build:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 47379f6

Please sign in to comment.