Skip to content

Commit

Permalink
Merge pull request #974 from Lombiq/issue/OSOE-1035
Browse files Browse the repository at this point in the history
OSOE-1035: Update dependencies with Renovate
  • Loading branch information
Piedone authored Feb 23, 2025
2 parents 9354a25 + 351850b commit 6293891
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 2
steps:
- name: Remove Run Windows Build Label
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies
with:
# The token is necessary to be able to remove the label even if the workflow is triggered by a pull request
# coming from a fork.
Expand All @@ -36,7 +36,7 @@ jobs:
github.event.label.name == 'run-windows-build' ||
(github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build')))
name: Build and Test Windows - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
with:
parent-job-name: root-solution-larger-runners
machine-types: '["windows-2022-8core"]'
Expand All @@ -56,7 +56,7 @@ jobs:
build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
name: Build and Test Windows - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
with:
parent-job-name: root-solution-standard-runners
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
Expand All @@ -80,7 +80,7 @@ jobs:
github.event.label.name == 'run-windows-build' ||
(github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'requires-windows-build'))
name: Build and Test Windows - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
with:
parent-job-name: nuget-solution
machine-types: '["windows-2022"]'
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
name: Post Pull Request Checks Automation
needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis]
if: github.event.pull_request != ''
uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@renovate/all-dependencies
secrets:
JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }}
Expand All @@ -127,7 +127,7 @@ jobs:
needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis]
steps:
- name: Remove Windows Build Warning Label
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies
with:
# The token is necessary to be able to remove the label even if the workflow is triggered by a pull request
# coming from a fork.
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-and-test-larger-runners:
if: github.ref_name != github.event.repository.default_branch
name: Build and Test - root solution (larger runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
with:
parent-job-name: root-solution-larger-runners
machine-types: '["warp-ubuntu-2404-x64-4x"]'
Expand All @@ -29,7 +29,7 @@ jobs:
build-and-test-standard-runners:
if: github.ref_name == github.event.repository.default_branch
name: Build and Test - root solution (standard runners)
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
with:
# Since dev builds are not awaited by anyone, they can run on the slower free runners.
parent-job-name: root-solution-standard-runners
Expand All @@ -44,7 +44,7 @@ jobs:

build-and-test-nuget-test:
name: Build and Test - NuGetTest solution
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/build-and-test-orchard-core.yml@renovate/all-dependencies
with:
parent-job-name: nuget-solution
build-directory: NuGetTest
Expand All @@ -55,7 +55,7 @@ jobs:

codespell:
name: Codespell
uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/codespell.yml@renovate/all-dependencies

powershell-static-code-analysis:
name: PowerShell Static Code Analysis
Expand All @@ -65,7 +65,7 @@ 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: tools/Lombiq.GitHub.Actions/.trunk/configs/.yamllint.yaml
search-path: .
Expand All @@ -74,7 +74,7 @@ jobs:
name: Post Pull Request Checks Automation
needs: [build-and-test-larger-runners, build-and-test-nuget-test, codespell, powershell-static-code-analysis]
if: github.event.pull_request != ''
uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/post-pull-request-checks-automation.yml@renovate/all-dependencies
secrets:
JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }}
Expand All @@ -88,7 +88,7 @@ jobs:
needs: [build-and-test-larger-runners, build-and-test-nuget-test, powershell-static-code-analysis]
steps:
- name: Add Windows Build Warning Label
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@dev
uses: Lombiq/GitHub-Actions/.github/actions/add-remove-label@renovate/all-dependencies
with:
# The token is necessary to be able to add the label even if the workflow is triggered by a pull request
# coming from a fork.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
validate-pull-request:
name: Validate Pull Request
uses: Lombiq/GitHub-Actions/.github/workflows/validate-pull-request.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/validate-pull-request.yml@renovate/all-dependencies
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.ChartJs
2 changes: 1 addition & 1 deletion src/Modules/Lombiq.JsonEditor
2 changes: 1 addition & 1 deletion test/Lombiq.UITestingToolbox
2 changes: 1 addition & 1 deletion tools/Lombiq.Analyzers

0 comments on commit 6293891

Please sign in to comment.