From 4852f6d94f37ebf95302297c7662e12ec495f2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:01:41 +0000 Subject: [PATCH] Bump the all group with 2 updates Bumps the all group with 2 updates: [jmertic/lfx-landscape-tools](https://github.com/jmertic/lfx-landscape-tools) and [actions/checkout](https://github.com/actions/checkout). Updates `jmertic/lfx-landscape-tools` from 20260518 to 20260528 - [Release notes](https://github.com/jmertic/lfx-landscape-tools/releases) - [Commits](https://github.com/jmertic/lfx-landscape-tools/compare/c17f36faab366e19935ecb8163b402913d5bc7b1...4ebb368575ed58633fdeb48c29693e65187fdb89) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: jmertic/lfx-landscape-tools dependency-version: '20260528' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-automerge.yml | 2 +- .github/workflows/validate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 74701e13..bc719207 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@c17f36faab366e19935ecb8163b402913d5bc7b1 # 20260518 + - uses: jmertic/lfx-landscape-tools@4ebb368575ed58633fdeb48c29693e65187fdb89 # 20260528 env: token: ${{ secrets.PAT }} ghid_token: ${{ secrets.PAT }} diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index a201c4a3..abe87818 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Approve PR run: | diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 3c0b5c30..8a5cb7a7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest name: "Validate landscape.yml file" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: cncf/landscape2-validate-action@6381e8747c73412e638670807b402ef2b863e9f8 # v2.0.1 with: target_kind: data