Skip to content

Commit

Permalink
misc-dailies: Add the actions: read permission to coverity calls
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Sep 17, 2024
1 parent 7237011 commit d8a6633
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/misc-dailies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
coverity-auth:
name: coverity scan of the auth
if: ${{ vars.SCHEDULED_MISC_DAILIES }}
permissions:
contents: read
actions: read # to get workflow details
uses: PowerDNS/pdns/.github/workflows/coverity.yml@master
with:
product: 'authoritative'
Expand All @@ -52,6 +55,9 @@ jobs:
coverity-dnsdist:
name: coverity scan of dnsdist
if: ${{ vars.SCHEDULED_MISC_DAILIES }}
permissions:
contents: read
actions: read # to get workflow details
uses: PowerDNS/pdns/.github/workflows/coverity.yml@master
with:
product: 'dnsdist'
Expand All @@ -62,6 +68,9 @@ jobs:
coverity-rec:
name: coverity scan of the rec
if: ${{ vars.SCHEDULED_MISC_DAILIES }}
permissions:
contents: read
actions: read # to get workflow details
uses: PowerDNS/pdns/.github/workflows/coverity.yml@master
with:
product: 'recursor'
Expand Down

0 comments on commit d8a6633

Please sign in to comment.