File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- uses : powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
11
+ uses : powsybl/github-ci/.github/workflows/build-backend-app-generic.yml@8e990dd28cbccff180f322903ac1e3131ab3632a
12
12
with :
13
- sonarOrganization : gridsuite
14
- sonarProjectKey : org.gridsuite:study-notification-server
15
13
dockerImage : docker.io/gridsuite/study-notification-server
16
14
dockerUsername : gridsuiteci
17
15
eventType : study_notification_server_updated
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
run-patch :
12
- uses : powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
12
+ uses : powsybl/github-ci/.github/workflows/patch-backend-app-generic.yml@8e990dd28cbccff180f322903ac1e3131ab3632a
13
13
with :
14
14
githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
15
- sonarOrganization : gridsuite
16
- sonarProjectKey : org.gridsuite:study-notification-server
17
15
dockerImage : docker.io/gridsuite/study-notification-server
18
16
dockerUsername : gridsuiteci
19
17
releaseVersion : ${{ github.event.inputs.releaseVersion }}
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
run-release :
15
- uses : powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@8e3547c7f6d98c23095896b6097294f22100b122
15
+ uses : powsybl/github-ci/.github/workflows/release-backend-app-generic.yml@8e990dd28cbccff180f322903ac1e3131ab3632a
16
16
with :
17
17
githubappId : ${{ vars.GRIDSUITE_ACTIONS_APPID }}
18
- sonarOrganization : gridsuite
19
- sonarProjectKey : org.gridsuite:study-notification-server
20
18
dockerImage : docker.io/gridsuite/study-notification-server
21
19
dockerUsername : gridsuiteci
22
20
releaseVersion : ${{ github.event.inputs.releaseVersion }}
Original file line number Diff line number Diff line change 43
43
44
44
<properties >
45
45
<gridsuite-dependencies .version>38.0.0</gridsuite-dependencies .version>
46
+ <sonar .organization>gridsuite</sonar .organization>
47
+ <sonar .projectKey>org.gridsuite:study-notification-server</sonar .projectKey>
46
48
</properties >
47
49
48
50
<build >
You can’t perform that action at this time.
0 commit comments