Skip to content

Commit

Permalink
common: add some permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksana Salyk committed Jan 30, 2025
1 parent e285cda commit eec0ec2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scan_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
CODECOV_TOKEN:
required: true

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

env:
# Note: All coverage scans, e.g. on pull requests, should be run in the same
# environment.
Expand All @@ -24,8 +29,6 @@ env:
TEST_BUILD: debug
FAULT_INJECTION: 1

permissions: {}

jobs:
linux:
name: Linux
Expand Down

0 comments on commit eec0ec2

Please sign in to comment.