diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 801119e82..8d0fd63bb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,7 +33,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 @@ -48,10 +48,10 @@ jobs: needs: [dotnet_promote_prerelease, changes] 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: diff --git a/.github/workflows/ci-dotnet.yml b/.github/workflows/ci-dotnet.yml index e36a2cd5b..0d6d95660 100644 --- a/.github/workflows/ci-dotnet.yml +++ b/.github/workflows/ci-dotnet.yml @@ -21,20 +21,20 @@ on: jobs: # Build all projects within solution dotnet_ci_build: - uses: Energinet-DataHub/.github/.github/workflows/dotnet-build-prerelease.yml@v13 + uses: Energinet-DataHub/.github/.github/workflows/dotnet-build-prerelease.yml@v14 with: solution_file_path: source/marketparticipant/Energinet.DataHub.MarketParticipant.sln # Run all tests in 'Tests.dll' unit_test: - uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v13 + uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v14 with: tests_dll_file_path: \source\marketparticipant\Energinet.DataHub.MarketParticipant.Tests\bin\Release\net8.0\Energinet.DataHub.MarketParticipant.Tests.dll download_attempt_limit: 18 # Run tests in 'IntegrationTests.dll' integration_test: - uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v13 + uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v14 with: tests_dll_file_path: \source\marketparticipant\Energinet.DataHub.MarketParticipant.IntegrationTests\bin\Release\net8.0\Energinet.DataHub.MarketParticipant.IntegrationTests.dll download_attempt_limit: 18 diff --git a/.github/workflows/ci-orchestrator.yml b/.github/workflows/ci-orchestrator.yml index 60fa78203..432ba4f94 100644 --- a/.github/workflows/ci-orchestrator.yml +++ b/.github/workflows/ci-orchestrator.yml @@ -10,7 +10,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 }} @@ -28,7 +28,7 @@ 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