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
….3.0
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 4a3e4da commit 7774d26
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.3.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.3.0
with:
projectBaseDir: apps/web
env:
Expand Down

0 comments on commit 7774d26

Please sign in to comment.