mirror of https://github.com/apache/cloudstack.git
.github: allow only read permission in sonar-check.yml
This commit is contained in:
parent
a3670496ad
commit
0457cc559e
|
|
@ -19,6 +19,9 @@ name: Sonar Quality Check
|
|||
|
||||
on: [pull_request_target]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue