Skip to content

Commit c5c4bbd

Browse files
authored
ci: scope sonarcloud job permissions to contents:read (#1623)
1 parent 3a4f4ad commit c5c4bbd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ jobs:
302302
needs: [test-uipath-core, test-uipath-platform, test-uipath]
303303
runs-on: ubuntu-latest
304304
if: always() && needs.test-uipath-core.result != 'failure' && needs.test-uipath-platform.result != 'failure' && needs.test-uipath.result != 'failure'
305+
permissions:
306+
contents: read
305307
steps:
306308
- name: Checkout
307309
uses: actions/checkout@v4

0 commit comments

Comments
 (0)