Skip to content

Commit

Permalink
Merge pull request #99 from micro5k/dependabot/github_actions/SonarSo…
Browse files Browse the repository at this point in the history
…urce/sonarcloud-github-action-3

Bump SonarSource/sonarcloud-github-action from 2 to 3
  • Loading branch information
ale5000-git authored Aug 21, 2024
2 parents a667325 + 11aba3d commit 0ed8e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Removing build.gradle...
rm -f build.gradle
- name: "Run SonarCloud scan"
uses: SonarSource/sonarcloud-github-action@v2
uses: SonarSource/sonarcloud-github-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 0ed8e94

Please sign in to comment.