Skip to content

Commit

Permalink
[Misc] workflow: SonarCloud action replaced
Browse files Browse the repository at this point in the history
Use the new recommended repo (drop in replacement)
- misc update to workflow actions.
  • Loading branch information
Pavan-SAP committed Jan 29, 2025
1 parent 259fe69 commit a41dbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
name: test-coverage

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit a41dbc6

Please sign in to comment.