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 429c00f commit d5c15a5Copy full SHA for d5c15a5
.github/workflows/test-external.yml
@@ -21,7 +21,7 @@ jobs:
21
go-version-file: go.mod
22
- run: "make verify"
23
- run: "make test"
24
- - uses: SonarSource/sonarqube-scan-action@v4.1.0
+ - uses: SonarSource/sonarqube-scan-action@v4.2.1
25
with:
26
args: >
27
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
if: ${{ github.event_name == 'push' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments