We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e40f0 commit 97095beCopy full SHA for 97095be
.github/workflows/pull-request-sonar.yml
@@ -44,7 +44,7 @@ jobs:
44
quality-gitleaks:
45
if: ${{ inputs.gitleaks }}
46
concurrency:
47
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-gitleaks
48
cancel-in-progress: true
49
runs-on: ubuntu-latest
50
steps:
@@ -65,7 +65,7 @@ jobs:
65
quality-zaproxy:
66
if: ${{ inputs.zaproxy }}
67
68
+ group: ${{ github.workflow }}-${{ github.ref }}-zaproxy
69
70
71
@@ -86,7 +86,7 @@ jobs:
86
quality-sonarqube:
87
if: ${{ inputs.sonar-qube }}
88
89
+ group: ${{ github.workflow }}-${{ github.ref }}-sonarqube
90
91
92
0 commit comments