From 868fde871124834afe2e8398f90bf5bf24ca714d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:54:35 +0000 Subject: [PATCH] Bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: [jmertic/lfx-landscape-tools](https://github.com/jmertic/lfx-landscape-tools) and [actions/github-script](https://github.com/actions/github-script). Updates `jmertic/lfx-landscape-tools` from 20260415 to 20260421 - [Release notes](https://github.com/jmertic/lfx-landscape-tools/releases) - [Commits](https://github.com/jmertic/lfx-landscape-tools/compare/d34c5300ea55dae32df9fac122a924d2f85fbb87...852c90de2efb64a55e8c1c62f1ff8cfe7a63a917) Updates `actions/github-script` from 7.0.1 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: jmertic/lfx-landscape-tools dependency-version: '20260418' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0703bfa5..95e7bf54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: contents: write pull-requests: write steps: - - uses: jmertic/lfx-landscape-tools@d34c5300ea55dae32df9fac122a924d2f85fbb87 # 20260415 + - uses: jmertic/lfx-landscape-tools@852c90de2efb64a55e8c1c62f1ff8cfe7a63a917 # 20260421 with: project_processing: skip env: diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d28e22ae..cd50d933 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -18,7 +18,7 @@ jobs: comment: runs-on: ubuntu-latest steps: - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: LANDSCAPE_URL: 'https://landscape.graphql.org' DATA_FILE: 'landscape.yml'