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
2
.github/workflows/build-monorepo.yaml
vendored
2
.github/workflows/build-monorepo.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
|
||||
|
||||
- name: Print (debug) Docker meta JSON
|
||||
uses: https://github.com/actions/github-script@v7
|
||||
uses: https://github.com/actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const json = JSON.parse(process.env.JSON_STRING);
|
||||
|
|
|
|||
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
latest=false
|
||||
|
||||
- name: Print (debug) Docker meta JSON
|
||||
uses: https://github.com/actions/github-script@v7
|
||||
uses: https://github.com/actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const json = JSON.parse(process.env.JSON_STRING);
|
||||
|
|
|
|||
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