Skip to content

Commit 4221a52

Browse files
authored
Update ci.yml to use sonar cube v5
Security Advisory: SonarQube Scanner GitHub Action Found a security vulnerability in our SonarQube Scanner GitHub Action If workflow references sonarqube-scan-action@v5, it will automatically use the patched version, and no further action is required.
1 parent 8cd5f68 commit 4221a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -S . -B build
2929
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/ --config Release
3030
- name: SonarQube Scan
31-
uses: SonarSource/sonarqube-scan-action@v4
31+
uses: SonarSource/sonarqube-scan-action@v5
3232
env:
3333
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3434
with:

0 commit comments

Comments
 (0)