Skip to content

Commit

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

This reverts commit c89b1ad, the issue has been fixed by SonarCloud
  • Loading branch information
timonmasberg committed Apr 24, 2023
1 parent e93be49 commit 0ebc0ee
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@v1.8
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 0ebc0ee

Please sign in to comment.