Skip to content

Commit

Permalink
Set token permission to readonly in github actions (#277)
Browse files Browse the repository at this point in the history
* Remove macos from actions platforms

* Set token permission to readonly in github actions

* Allow write permission for codeql action
  • Loading branch information
gabriel-vasile committed Apr 17, 2022
1 parent dc0cb49 commit 1d34c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Expand Up @@ -12,6 +12,8 @@ permissions:
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write

steps:
- name: Check out code
Expand Down

0 comments on commit 1d34c1f

Please sign in to comment.