upgrade deprecated sonarcloud-github-action -> sonarqube-scan-action
SonarScanner This action is deprecated and will be removed in a future release. Please use the sonarqube-scan-action action instead. The sonarqube-scan-action is a drop-in replacement for this action.
This commit is contained in:
parent
4288bf1d39
commit
25078694cd
2 changed files with 14 additions and 14 deletions
2
.github/workflows/js.yml
vendored
2
.github/workflows/js.yml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
run: |
|
||||
wget https://raw.githubusercontent.com/microsoft/sarif-js-sdk/refs/heads/main/packages/eslint-formatter-sarif/sarif.js -O node_modules/sarif.cjs
|
||||
bun i utf8 lodash jschardet
|
||||
bunx eslint . --format node_modules/sarif.cjs -o results.sarif
|
||||
bun eslint . --format node_modules/sarif.cjs -o results.sarif
|
||||
continue-on-error: true
|
||||
|
||||
- name: upload eslint sarif output for Security tab and inline results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue