Skip to content

Commit efef723

Browse files
authored
ci: debug
Sonarcloud cannot be triggered by dependabot. Adding permissions.
1 parent 2ecc882 commit efef723

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Build
1+
name: Sonarcloud
22
on:
33
push:
44
branches:
55
- main
66
pull_request:
77
types: [opened, synchronize, reopened]
8+
9+
permissions:
10+
contents: read
11+
812
jobs:
913
sonarcloud:
1014
name: SonarCloud

0 commit comments

Comments
 (0)