Skip to content

Commit

Permalink
CI: Limit permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Sep 11, 2024
1 parent e2620fa commit 891b4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- coverity-scan

permissions: read-all

jobs:

coverity:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

name: Super-Linter

permissions: read-all

on:
push:
pull_request:
Expand Down

0 comments on commit 891b4a7

Please sign in to comment.