Skip to content

Commit

Permalink
add topLevel permissions
Browse files Browse the repository at this point in the history
Change-Id: I5e20384cb7df1767f322a2136677a9b92663b664
  • Loading branch information
rdementi committed Jan 3, 2024
1 parent d593c48 commit bb70a71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cov-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: coverity-report

on: workflow_dispatch

permissions:
contents: read

jobs:
linux-report:
uses: intel-innersource/applications.analyzers.pcm/.github/workflows/ci-cov-linux-report.yml@main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-20.04
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/freebsd_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
build:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/freebsd_scan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ master ]

permissions:
contents: read

jobs:
build:

Expand Down

0 comments on commit bb70a71

Please sign in to comment.