Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen committed Feb 13, 2024
1 parent f90a599 commit e825e1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ on:
# options:
# - x64

permissions: read-all
permissions:
actions: read
contents: read
security-events: write # For CodeQL

jobs:
build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
os: [2019, 2022]
config: [Release, Debug]
arch: [x64]
permissions:
actions: read
contents: read
security-events: write # For CodeQL
uses: ./.github/workflows/build.yml
with:
config: ${{ matrix.config }}
Expand Down

0 comments on commit e825e1b

Please sign in to comment.