We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51fbd81 commit 53f7397Copy full SHA for 53f7397
.github/workflows/sonar-trigger.yml
@@ -7,6 +7,10 @@ on:
7
types:
8
- completed
9
10
+concurrency:
11
+ group: trigger-sonar-${{ github.event.workflow_run.head_branch }}
12
+ cancel-in-progress: true
13
+
14
permissions:
15
contents: read
16
@@ -23,6 +27,7 @@ jobs:
23
27
name: Trigger Sonar analysis
24
28
uses: WrenSecurity/.github/.github/workflows/sonar-maven.yml@main
25
29
with:
30
+ commit_sha: ${{ github.event.workflow_run.head_sha }}
26
31
java_version: 17
32
project_key: 'WrenSecurity_wrenicf-java-framework'
33
pull_request: ${{ needs.prepare.outputs.pull_request }}
0 commit comments