Skip to content

Commit b4112c8

Browse files
committed
Update GitHub Actions versions and Sonar scan args
1 parent 46fa8cc commit b4112c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Generate compilation database
1717
run: |
1818
mkdir build
1919
cmake -S . -B build
2020
- name: SonarQube Scan
21-
uses: SonarSource/sonarqube-scan-action@v4
21+
uses: SonarSource/sonarqube-scan-action@v7
2222
env:
2323
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
2424
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret

0 commit comments

Comments
 (0)