Skip to content

Commit d5c15a5

Browse files
dependabot[bot]wikkyk
authored andcommitted
build(deps): bump SonarSource/sonarqube-scan-action from 4.1.0 to 4.2.1
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4.1.0...v4.2.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 429c00f commit d5c15a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version-file: go.mod
2222
- run: "make verify"
2323
- run: "make test"
24-
- uses: SonarSource/sonarqube-scan-action@v4.1.0
24+
- uses: SonarSource/sonarqube-scan-action@v4.2.1
2525
with:
2626
args: >
2727
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version-file: go.mod
1919
- run: "make verify"
2020
- run: "make test"
21-
- uses: SonarSource/sonarqube-scan-action@v4.1.0
21+
- uses: SonarSource/sonarqube-scan-action@v4.2.1
2222
if: ${{ github.event_name == 'push' }}
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)