Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4221a52

Browse files
authored
Update ci.yml to use sonar cube v5
Security Advisory: SonarQube Scanner GitHub ActionFound a security vulnerability in our SonarQube Scanner GitHub ActionIf workflow references sonarqube-scan-action@v5, it will automatically use the patched version, and no further action is required.
1 parent8cd5f68 commit4221a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.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)

[8]ページ先頭

©2009-2025 Movatter.jp