Skip to content

Commit 6eaca89

Browse files
chore(deps): update sonarsource/sonarqube-scan-action action to v7.1.0
1 parent f166b81 commit 6eaca89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm ci --ignore-scripts
4343

4444
- name: Install Build Wrapper
45-
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
45+
uses: SonarSource/sonarqube-scan-action/install-build-wrapper@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
4646

4747
- name: Run build-wrapper
4848
run: |
@@ -61,7 +61,7 @@ jobs:
6161
find .. -name '*.o' | xargs gcov --preserve-paths
6262
6363
- name: Run sonar-scanner
64-
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
64+
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7.1.0
6565
env:
6666
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6767
with:

0 commit comments

Comments
 (0)