We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571bda commit 6241735Copy full SHA for 6241735
.github/workflows/sonarcloud.yml
@@ -5,8 +5,6 @@ on:
5
- main
6
pull_request:
7
types: [opened, synchronize, reopened]
8
- pull_request_target:
9
- types: [opened, synchronize, reopened]
10
jobs:
11
sonarcloud:
12
name: SonarCloud
@@ -26,4 +24,4 @@ jobs:
26
24
uses: SonarSource/sonarcloud-github-action@master
27
25
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
29
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments