Skip to content

Commit

Permalink
Merge branch 'master' into refactor/simplify_GraphConfigurator
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Aug 21, 2024
2 parents 8424a66 + a4edcd1 commit 970ebb8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
# No need to run the analysis from all environments
- name: SonarCloud Scan
if: ${{ success() && contains(matrix.os.coverage, 'coverage') && env.SONAR_TOKEN != '' }}
uses: SonarSource/sonarcloud-github-action@v2.3.0
uses: SonarSource/sonarcloud-github-action@v3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"rollup-plugin-node-externals": "~7.1.2",
"rollup-plugin-sizes": "~1.0.6",
"rollup-plugin-typescript2": "~0.36.0",
"tailwindcss": "~3.4.9",
"tailwindcss": "~3.4.10",
"ts-jest": "~29.2.4",
"typedoc": "~0.25.13",
"typescript": "~5.4.5",
Expand Down

0 comments on commit 970ebb8

Please sign in to comment.