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
|
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
|
||||||
|
|
||||||
- name: Print (debug) Docker meta JSON
|
- name: Print (debug) Docker meta JSON
|
||||||
uses: https://github.com/actions/github-script@v7
|
uses: https://github.com/actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const json = JSON.parse(process.env.JSON_STRING);
|
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
|
latest=false
|
||||||
|
|
||||||
- name: Print (debug) Docker meta JSON
|
- name: Print (debug) Docker meta JSON
|
||||||
uses: https://github.com/actions/github-script@v7
|
uses: https://github.com/actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const json = JSON.parse(process.env.JSON_STRING);
|
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
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Set up Node.js and Corepack
|
- name: Set up Node.js and Corepack
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: ${{ inputs.NODE_VERSION }}
|
node-version: ${{ inputs.NODE_VERSION }}
|
||||||
|
|
||||||
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
${{ inputs.TEST_SCRIPT }}
|
${{ inputs.TEST_SCRIPT }}
|
||||||
|
|
||||||
- name: Static code analysis with SonarQube
|
- 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 }}
|
if: ${{ inputs.SONARQUBE_ENABLED == true }}
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue