Merge branch 'main' of https://git.kvant.cloud/phoenix-oss/frontend-commons
This commit is contained in:
commit
ce9e0ba4e8
3 changed files with 4 additions and 4 deletions
4
.github/workflows/lint.yaml
vendored
4
.github/workflows/lint.yaml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
uses: actions/checkout@v5
|
||||
|
||||
- name: Set up Node.js and Corepack
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: ${{ inputs.NODE_VERSION }}
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
${{ inputs.TEST_SCRIPT }}
|
||||
|
||||
- name: Static code analysis with SonarQube
|
||||
uses: https://github.com/SonarSource/sonarqube-scan-action@v5
|
||||
uses: https://github.com/SonarSource/sonarqube-scan-action@v6
|
||||
if: ${{ inputs.SONARQUBE_ENABLED == true }}
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue