Skip to content

Commit

Permalink
ci: Reset top-level permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Sep 2, 2023
1 parent 2fd62a1 commit 7fb4ff9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/devskim-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- cron: 10 22 * * 3
workflow_dispatch:

permissions: {}

jobs:
lint:
name: DevSkim
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/msvc-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ env:
build: ${{ github.workspace }}/build
config: Debug

permissions:
contents: read
permissions: {}

jobs:
analyze:
Expand Down

0 comments on commit 7fb4ff9

Please sign in to comment.