Added explicit permissions for workflow
This commit is contained in:
parent
ea8d24bed4
commit
bd8548f312
1 changed files with 3 additions and 0 deletions
3
.github/workflows/production-ci.yml
vendored
3
.github/workflows/production-ci.yml
vendored
|
|
@ -12,6 +12,9 @@ jobs:
|
||||||
do-scan:
|
do-scan:
|
||||||
name: SonarCloud Scan
|
name: SonarCloud Scan
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue