We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b04b5 commit e5172f0Copy full SHA for e5172f0
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
--health-retries 10
38
39
steps:
40
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
41
with:
42
fetch-depth: 0
43
@@ -57,7 +57,7 @@ jobs:
57
run: sh ${{ github.workspace }}/scripts/4_run_tests.sh
58
59
- name: SonarCloud Scan
60
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@master
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
63
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments