Skip to content

Commit

Permalink
Replace depracted sonar parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 10, 2024
1 parent b1c7853 commit fa7987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
arguments: check sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=wolfiabot -Dsonar.login=${{ env.SONAR_TOKEN }}
arguments: check sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=wolfiabot -Dsonar.token=${{ env.SONAR_TOKEN }}

- name: Gradle BootJar
uses: burrunan/gradle-cache-action@c15634bb25b7284dc084f38dff4e838048b7feaf # v1.22
Expand Down

0 comments on commit fa7987a

Please sign in to comment.