Skip to content

Commit

Permalink
chore: change SHA for generic workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
  • Loading branch information
TheMaskedTurtle committed Oct 22, 2024
1 parent 9a623c5 commit f752549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-generic.yml@42dc6554cd042fcb5e530857eee558dec339d044
uses: powsybl/github-ci/.github/workflows/build-generic.yml@baf0d2ed84b70d359132693880d5e530cd93f168
with:
sonarOrganization: gridsuite
sonarProjectKey: gridsuite_spreadsheet-config-server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
run-patch:
uses: powsybl/github-ci/.github/workflows/patch-generic.yml@42dc6554cd042fcb5e530857eee558dec339d044
uses: powsybl/github-ci/.github/workflows/patch-generic.yml@baf0d2ed84b70d359132693880d5e530cd93f168
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
sonarOrganization: gridsuite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-generic.yml@42dc6554cd042fcb5e530857eee558dec339d044
uses: powsybl/github-ci/.github/workflows/release-generic.yml@baf0d2ed84b70d359132693880d5e530cd93f168
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
sonarOrganization: gridsuite
Expand Down

0 comments on commit f752549

Please sign in to comment.