Skip to content

Commit

Permalink
Action and Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovepixelart committed Jan 11, 2025
1 parent 72ce3d0 commit eadf7fe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Scan
if: env.SONAR_TOKEN
uses: sonarsource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"singleline",
"sonarcloud",
"sonarjs",
"sonarqube",
"sonarsource",
"swcrc"
]
Expand Down
7 changes: 4 additions & 3 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 @@ -83,6 +83,6 @@
"jest": "29.7.0",
"merge": "2.1.1",
"open-cli": "8.0.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}

0 comments on commit eadf7fe

Please sign in to comment.