Skip to content

Commit 3eb1bdd

Browse files
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows (#776)
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 6. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bb7ab4 commit 3eb1bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
VERSION="$(git describe --tags --abbrev=0 | sed 's/^v//')+$(git rev-parse --short HEAD)"
239239
fi
240240
echo "VERSION=$VERSION" >> $GITHUB_ENV
241-
- uses: SonarSource/sonarqube-scan-action@v5
241+
- uses: SonarSource/sonarqube-scan-action@v6
242242
with:
243243
args: >
244244
-Dsonar.organization=omni-us

0 commit comments

Comments
 (0)