Skip to content

Commit

Permalink
build(deps): bump Energinet-DataHub/.github from 13 to 14
Browse files Browse the repository at this point in the history
Bumps [Energinet-DataHub/.github](https://github.com/energinet-datahub/.github) from 13 to 14.
- [Release notes](https://github.com/energinet-datahub/.github/releases)
- [Commits](Energinet-DataHub/.github@v13...v14)

---
updated-dependencies:
- dependency-name: Energinet-DataHub/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent f44d211 commit 2eb8360
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 44 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/app-common-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azure_functions_core_tools_version: 4.0.5455

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/App/App.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -81,22 +81,22 @@ jobs:
publish_test_report: "true"

- name: Pack Common project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/Common/Common.csproj

- name: Pack Common.Abstractions project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/Common.Abstractions/Common.Abstractions.csproj

- name: Pack FunctionApp project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/FunctionApp/FunctionApp.csproj

- name: Pack WebApp project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/App/source/WebApp/WebApp.csproj

Expand All @@ -112,7 +112,7 @@ jobs:
.github/workflows/app-common-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-orchestrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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
secrets:
dh3serviceaccount_privatekey: ${{ secrets.dh3serviceaccount_privatekey }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/databricks-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Databricks/Databricks.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -78,12 +78,12 @@ jobs:
publish_test_report: "true"

- name: Pack SQL Statement Execution project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Databricks/source/SqlStatementExecution/SqlStatementExecution.csproj

- name: Pack Jobs project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Databricks/source/Jobs/Jobs.csproj

Expand All @@ -97,7 +97,7 @@ jobs:
.github/workflows/databricks-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/featuremanagement-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
# Build and test solution, and publish coverage report
dotnet_solution_ci:
uses: Energinet-DataHub/.github/.github/workflows/dotnet-solution-ci.yml@v13
uses: Energinet-DataHub/.github/.github/workflows/dotnet-solution-ci.yml@v14
with:
solution_file_path: source/FeatureManagement/FeatureManagement.sln
use_azure_functions_tools: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/json-serialization-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/JsonSerialization/JsonSerialization.sln
publish_test_report: "true"

- name: Pack JsonSerialization project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/JsonSerialization/source/JsonSerialization/JsonSerialization.csproj

Expand All @@ -71,7 +71,7 @@ jobs:
.github/workflows/json-serialization-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/logging-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Logging/Logging.sln
publish_test_report: "true"

- name: Pack Logging project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Logging/source/Logging/Logging.csproj

- name: Pack LoggingMiddleware project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Logging/source/LoggingMiddleware/LoggingMiddleware.csproj

Expand All @@ -80,7 +80,7 @@ jobs:
.github/workflows/logging-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/messaging-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,17 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azure_functions_core_tools_version: 4.0.5455
azurite_version: 3.33.0

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Messaging/Messaging.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -77,7 +77,7 @@ jobs:
publish_test_report: "true"

- name: Pack Communication project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Messaging/source/Communication/Communication.csproj

Expand All @@ -90,7 +90,7 @@ jobs:
.github/workflows/messaging-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/outbox-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,24 +50,24 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/Outbox/Outbox.sln
publish_test_report: "true"

- name: Pack Outbox project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Outbox/source/Outbox/Outbox.csproj

- name: Pack Outbox.Abstractions project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/Outbox/source/Outbox.Abstractions/Outbox.Abstractions.csproj

Expand All @@ -81,7 +81,7 @@ jobs:
.github/workflows/outbox-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/testcommon-bundle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ jobs:

steps:
- name: Checkout repository
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-checkout-repository@v14

- name: Setup dotnet and tools
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-setup-and-tools@v14
with:
use_azure_functions_tools: "true"
azurite_version: 3.33.0

- name: Build and test solution
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v13
uses: Energinet-DataHub/.github/.github/actions/dotnet-solution-build-and-test@v14
with:
solution_file_path: ./source/TestCommon/TestCommon.sln
azure_tenant_id: ${{ vars.integration_test_azure_tenant_id }}
Expand All @@ -76,12 +76,12 @@ jobs:
publish_test_report: "true"

- name: Pack TestCommon project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/TestCommon/source/TestCommon/TestCommon.csproj

- name: Pack FunctionApp.TestCommon project
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-project-pack@v14
with:
project_path: ./source/TestCommon/source/FunctionApp.TestCommon/FunctionApp.TestCommon.csproj

Expand All @@ -95,7 +95,7 @@ jobs:
.github/workflows/testcommon-bundle-publish.yml
- name: Assert versions of NuGet packages and push them to NuGet.org
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v13
uses: Energinet-DataHub/.github/.github/actions/nuget-packages-assert-and-push@v14
with:
push_packages: ${{ env.PUSH_PACKAGES }}
content_changed: ${{ steps.changed-content.outputs.any_changed }}
Expand Down

0 comments on commit 2eb8360

Please sign in to comment.