Skip to content

Commit

Permalink
Merge branch 'xchrh/settlement_report_job_python' of https://github.c…
Browse files Browse the repository at this point in the history
…om/Energinet-DataHub/geh-settlement-report into xchrh/settlement_report_job_python
  • Loading branch information
cenh-halfspace committed Jan 2, 2025
2 parents afa3cc5 + db2ab7f commit ab10401
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dotnet_promote_prerelease:
needs: changes
if: ${{ needs.changes.outputs.dotnet == 'true' || needs.changes.outputs.db_migrations == 'true' }}
uses: Energinet-DataHub/.github/.github/workflows/promote-prerelease.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/promote-prerelease.yml@v14
with:
release_name_prefix: dotnet

Expand All @@ -60,10 +60,10 @@ jobs:
needs: [changes, dotnet_promote_prerelease, databricks_promote_prerelease]
steps:
- name: Find associated pull request
uses: Energinet-DataHub/.github/.github/actions/find-related-pr-number@v13
uses: Energinet-DataHub/.github/.github/actions/find-related-pr-number@v14
id: find_pull_request

- uses: Energinet-DataHub/.github/.github/actions/github-create-token@v13
- uses: Energinet-DataHub/.github/.github/actions/github-create-token@v14
name: Generate Github token
id: generate_token
with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: |
always() &&
contains(needs.*.result, 'failure')
uses: Energinet-DataHub/.github/.github/workflows/notify-team.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/notify-team.yml@v14
with:
team_name: Raccoons
subject: "Deployment dispatch failed: SettlementReport"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# License and Markdown Check.
#
ci_base:
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/ci-base.yml@v14
with:
skip_license_check: true
secrets:
Expand Down Expand Up @@ -57,12 +57,12 @@ jobs:
render_c4model_views:
needs: changes
if: ${{ needs.changes.outputs.render_c4model_views == 'true' }}
uses: Energinet-DataHub/.github/.github/workflows/structurizr-render-diagrams.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/structurizr-render-diagrams.yml@v14
with:
structurizr_workspace_filename: views
included_model_filename: model
secrets:
dh3serviceaccount_privatekey: ${{ secrets.dh3serviceaccount_privatekey }}
token: ${{ secrets.GITHUB_TOKEN }}

#
# Branch policy status check
Expand Down
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"rollForward": "latestMinor"
}
}

0 comments on commit ab10401

Please sign in to comment.