File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - 6379:6379
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Set up Go version
27- uses : actions/setup-go@v5
27+ uses : actions/setup-go@v6
2828 with :
2929 go-version : ' 1.18.0'
3030
3939
4040 - name : SonarQube Scan (Push)
4141 if : github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/development')
42- uses : SonarSource/sonarcloud-github-action@v1.9
42+ uses : SonarSource/sonarcloud-github-action@v2.3
4343 env :
4444 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151
5252 - name : SonarQube Scan (Pull Request)
5353 if : github.event_name == 'pull_request'
54- uses : SonarSource/sonarcloud-github-action@v1.9
54+ uses : SonarSource/sonarcloud-github-action@v2.3
5555 env :
5656 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
5757 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
You can’t perform that action at this time.
0 commit comments