Skip to content

Commit 1d9bbd9

Browse files
committed
actions now target latest commit of github ci
1 parent 4919128 commit 1d9bbd9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
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@c81718897ef649fcdc685955a094bf724bf7fa9e
1212
with:
1313
sonarOrganization: powsybl-ci-github
1414
sonarProjectKey: com.powsybl:powsybl-case-server

.github/workflows/dockerdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: workflow_dispatch
44

55
jobs:
66
run-deploy:
7-
uses: powsybl/github-ci/.github/workflows/manual-dockerdeploy-backend-app-generic.yml@1a1ce5c10be37ecd5e9a0566b653670bcd47a6bb
7+
uses: powsybl/github-ci/.github/workflows/manual-dockerdeploy-backend-app-generic.yml@c81718897ef649fcdc685955a094bf724bf7fa9e
88
with:
99
dockerImage: docker.io/powsybl/case-server
1010
dockerUsername: powsyblci

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
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@c81718897ef649fcdc685955a094bf724bf7fa9e
1313
with:
1414
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
1515
sonarOrganization: powsybl-ci-github

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
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@c81718897ef649fcdc685955a094bf724bf7fa9e
1616
with:
1717
githubappId: ${{ vars.POWSYBL_ACTIONS_APPID }}
1818
sonarOrganization: powsybl-ci-github

0 commit comments

Comments
 (0)