Skip to content

Commit 45a51b5

Browse files
Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows (#127)
* Bump SonarSource/sonarqube-scan-action from 5 to 6 in /.github/workflows 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> * Cleanup paths * fix quote --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Sipos <brian.sipos@jhuapl.edu>
1 parent 14731f6 commit 45a51b5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/sonarqube.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
./build.sh deps
5050
./build.sh prep -DTEST_MEMCHECK=OFF -DBUILD_COVERAGE=ON -DBUILD_DOCS_API=OFF -DBUILD_DOCS_MAN=OFF
5151
- name: Install Build Wrapper
52-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5
52+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6
5353
- name: Run Build Wrapper
5454
run: |
55-
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} ./build.sh
55+
build-wrapper-linux-x86-64 --out-dir ${{env.BUILD_WRAPPER_OUT_DIR}} ./build.sh
5656
- name: Install
5757
run: ./build.sh install
5858
- name: Test
@@ -65,10 +65,10 @@ jobs:
6565
run: |
6666
./build.sh --target coverage-sonarqube -v
6767
- name: SonarQube Scan
68-
uses: SonarSource/sonarqube-scan-action@v5
68+
uses: SonarSource/sonarqube-scan-action@v6
6969
env:
70-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
70+
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
7171
with:
7272
args: >
7373
--define sonar.coverageReportPaths=build/default/coverage-sonarqube.xml
74-
--define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
74+
--define "sonar.cfamily.compile-commands=${{env.BUILD_WRAPPER_OUT_DIR}}/compile_commands.json"

0 commit comments

Comments
 (0)