Skip to content

Commit

Permalink
Update pull-request-sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipementel authored Dec 13, 2024
1 parent d0e40f0 commit 97095be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
quality-gitleaks:
if: ${{ inputs.gitleaks }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-gitleaks
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
Expand All @@ -65,7 +65,7 @@ jobs:
quality-zaproxy:
if: ${{ inputs.zaproxy }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-zaproxy
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
Expand All @@ -86,7 +86,7 @@ jobs:
quality-sonarqube:
if: ${{ inputs.sonar-qube }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}-sonarqube
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 97095be

Please sign in to comment.