Skip to content

Commit

Permalink
chore(deps): update sonarsource/sonarcloud-github-action action to v2…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent 46c6430 commit b24bbc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.0.2
uses: SonarSource/sonarcloud-github-action@v2.1.0
with:
projectBaseDir: apps/server
env:
Expand All @@ -38,7 +38,7 @@ jobs:
run: yarn --frozen-lockfile

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.0.2
uses: SonarSource/sonarcloud-github-action@v2.1.0
with:
projectBaseDir: apps/web
env:
Expand Down

0 comments on commit b24bbc9

Please sign in to comment.