Skip to content

Commit e5172f0

Browse files
author
Jacek Gębal
committed
Update build process
1 parent 18b04b5 commit e5172f0

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
@@ -37,7 +37,7 @@ jobs:
3737
--health-retries 10
3838
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
4343

@@ -57,7 +57,7 @@ jobs:
5757
run: sh ${{ github.workspace }}/scripts/4_run_tests.sh
5858

5959
- name: SonarCloud Scan
60-
uses: SonarSource/sonarcloud-github-action@master
60+
uses: SonarSource/sonarqube-scan-action@master
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6363
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)