Skip to content

Commit ad11343

Browse files
authored
Upgrade github action to v3
1 parent fe47fee commit ad11343

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
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Install sonar-scanner
17-
uses: SonarSource/sonarcloud-github-c-cpp@v2
17+
uses: sonarsource/sonarcloud-github-c-cpp@v3
1818
- name: Generate compilation database
1919
run: |
2020
mkdir build

0 commit comments

Comments
 (0)