File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
quality-gitleaks :
45
45
if : ${{ inputs.gitleaks }}
46
46
concurrency :
47
- group : ${{ matrix.os }}-${{ github.workflow }}-${{ github.ref }}
47
+ group : ${{ github.workflow }}-${{ github.ref }}
48
48
cancel-in-progress : true
49
49
runs-on : ubuntu-latest
50
50
steps :
65
65
quality-zaproxy :
66
66
if : ${{ inputs.zaproxy }}
67
67
concurrency :
68
- group : ${{ matrix.os }}-${{ github.workflow }}-${{ github.ref }}
68
+ group : ${{ github.workflow }}-${{ github.ref }}
69
69
cancel-in-progress : true
70
70
runs-on : ubuntu-latest
71
71
steps :
86
86
quality-sonarqube :
87
87
if : ${{ inputs.sonar-qube }}
88
88
concurrency :
89
- group : ${{ matrix.os }}-${{ github.workflow }}-${{ github.ref }}
89
+ group : ${{ github.workflow }}-${{ github.ref }}
90
90
cancel-in-progress : true
91
91
runs-on : ubuntu-latest
92
92
steps :
You can’t perform that action at this time.
0 commit comments