Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Aug 25, 2024
1 parent 01a02c6 commit f1d6b05
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ on:
- master
workflow_dispatch:

permissions:
contents: read

jobs:
build:
name: SonarCloud Scan
permissions:
contents: read
pull-requests: write
security-events: write
checks: write
statuses: write
runs-on: ubuntu-latest
if: |
github.event_name == 'workflow_dispatch' ||
Expand Down

0 comments on commit f1d6b05

Please sign in to comment.