Skip to content

Commit 1b5bef0

Browse files
committed
ci: Emergency fix change deprecated sonarqube action
Signed-off-by: Larry Gritz <[email protected]>
1 parent 4a13f4b commit 1b5bef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
fi
157157
- name: Install sonar-scanner and build-wrapper
158158
if: inputs.sonar == '1'
159-
uses: sonarsource/sonarcloud-github-c-cpp@e4882e1621ad2fb48dddfa48287411bed34789b1 # v2.0.2
159+
uses: sonarsource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
160160
- name: Build
161161
if: inputs.skip_build != '1'
162162
shell: bash

0 commit comments

Comments
 (0)