chore: fix ci
This commit is contained in:
parent
25e365f524
commit
73c38d8382
2 changed files with 3 additions and 14 deletions
|
@ -13,13 +13,8 @@ jobs:
|
|||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: "Initialize Environment"
|
||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.0.4
|
||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.0
|
||||
with:
|
||||
roleid: ${{ secrets.VAULT_ROLE_ID }}
|
||||
secretid: ${{ secrets.VAULT_SECRET_ID }}
|
||||
|
|
|
@ -13,14 +13,8 @@ jobs:
|
|||
name: "SonarQube Trigger"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: "Initialize Environment"
|
||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.0.4
|
||||
uses: https://w9r.dev/w9r.dev/action-setup-environment@v1.1.0
|
||||
with:
|
||||
roleid: "${{ secrets.VAULT_ROLE_ID }}"
|
||||
secretid: "${{ secrets.VAULT_SECRET_ID }}"
|
||||
|
@ -30,7 +24,7 @@ jobs:
|
|||
with:
|
||||
path: ~/.sonar/cache
|
||||
key: "${{ runner.os }}-sonar"
|
||||
restore-keys: ""${{ runner.os }}-sonar"
|
||||
restore-keys: "${{ runner.os }}-sonar"
|
||||
|
||||
- name: "SonarQube Scan"
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue