Trying to trigger gitea-sonarqube-bot for PR comment...
This commit is contained in:
@@ -16,6 +16,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
pr_created: ${{ steps.check-pr.outputs.pr_created }}
|
pr_created: ${{ steps.check-pr.outputs.pr_created }}
|
||||||
pr_index: ${{ steps.create-pr.outputs.pr_index }}
|
pr_index: ${{ steps.create-pr.outputs.pr_index }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -51,10 +52,9 @@ jobs:
|
|||||||
|
|
||||||
# Job 2: Run SonarQube Analysis
|
# Job 2: Run SonarQube Analysis
|
||||||
sonarqube-analysis:
|
sonarqube-analysis:
|
||||||
|
name: SonarQube Analysis
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: check-and-create-pr
|
needs: check-and-create-pr
|
||||||
outputs:
|
|
||||||
quality_gate_status: ${{ steps.quality-gate.outputs.quality-gate-status }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user