Skip to content

Commit

Permalink
Per #2379, try removing + symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Mar 15, 2024
1 parent 6203247 commit 01683de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ on:
workflow_dispatch:

jobs:
scan_c++:
scan_cxx:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: SonarQube C++ Scan
- name: SonarQube CXX Scan
uses: sonarsource/sonarqube-scan-action@master
with:
projectBaseDir: src
Expand Down

0 comments on commit 01683de

Please sign in to comment.