Skip to content

Commit db645f8

Browse files
authored
Fix sonarqube vulnerability
1 parent a61a7d1 commit db645f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Install build-wrapper
101101
if: matrix.language == 'c-cpp'
102-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.1.0
102+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1
103103

104104
- name: Build with build-wrapper
105105
if: matrix.language == 'c-cpp'

0 commit comments

Comments
 (0)