File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 - 6379:6379
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 0
3030
3131 - name : Setup Python
32- uses : actions/setup-python@v3
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ' 3.7.16'
3535
4848
4949 - name : SonarQube Scan (Push)
5050 if : github.event_name == 'push'
51- uses : SonarSource/sonarcloud-github -action@v1.9
51+ uses : SonarSource/sonarqube-scan -action@v6
5252 env :
5353 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
5454 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6060
6161 - name : SonarQube Scan (Pull Request)
6262 if : github.event_name == 'pull_request'
63- uses : SonarSource/sonarcloud-github -action@v1.9
63+ uses : SonarSource/sonarqube-scan -action@v6
6464 env :
6565 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
6666 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments