Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
upgrade sonarclour action version (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpawlito authored Mar 7, 2024
1 parent b292d71 commit 0457c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: sed -i "s+${GITHUB_WORKSPACE}+/github/workspace+g" eslint-report.json

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v2.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 0457c63

Please sign in to comment.