Skip to content

Commit

Permalink
fix(ci): set explicit sonarcloud action to resolve node version issue (
Browse files Browse the repository at this point in the history
…#162)

Until [this
issue](https://community.sonarsource.com/t/sonarsource-sonarcloud-github-action-failing-with-node-js-12-error/89664/2)
is resolved, we have to downgrade the sonarcloud action version
  • Loading branch information
timonmasberg committed Apr 23, 2023
1 parent 11ed531 commit c89b1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
TEST_USERS: ${{ secrets.E2E_TEST_USERS }}

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
uses: sonarsource/sonarcloud-github-action@v1.8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit c89b1ad

Please sign in to comment.