mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
.github: allow only read permission in sonar-check.yml
This commit is contained in:
parent
a3670496ad
commit
0457cc559e
3
.github/workflows/sonar-check.yml
vendored
3
.github/workflows/sonar-check.yml
vendored
@ -19,6 +19,9 @@ name: Sonar Quality Check
|
|||||||
|
|
||||||
on: [pull_request_target]
|
on: [pull_request_target]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user