From 9322b96da99b24d4071cc327d8fe06d801f9c139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 22:14:19 +0000 Subject: [PATCH] build(deps): bump crazy-max/.github from 1.6.0 to 1.7.0 Bumps [crazy-max/.github](https://github.com/crazy-max/.github) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](https://github.com/crazy-max/.github/compare/d89fe92d808a15e2b2ed5cdb62db7c172c31410d...4a17dbaa9ce13920fc5bb8824eb89c16301e5ab2) --- updated-dependencies: - dependency-name: crazy-max/.github dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/e2e.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ce9d44d3a0e..6105c6d1dca5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -159,7 +159,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 + uses: crazy-max/.github/.github/actions/gotest-annotations@4a17dbaa9ce13920fc5bb8824eb89c16301e5ab2 # v1.7.0 with: directory: ./bin/testreports - @@ -237,7 +237,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 + uses: crazy-max/.github/.github/actions/gotest-annotations@4a17dbaa9ce13920fc5bb8824eb89c16301e5ab2 # v1.7.0 with: directory: ${{ env.TESTREPORTS_DIR }} - @@ -409,7 +409,7 @@ jobs: - name: Scout id: scout - uses: crazy-max/.github/.github/actions/docker-scout@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 + uses: crazy-max/.github/.github/actions/docker-scout@4a17dbaa9ce13920fc5bb8824eb89c16301e5ab2 # v1.7.0 with: version: ${{ env.SCOUT_VERSION }} format: sarif diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 324d20b3b8c9..f0550e8a9273 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -146,7 +146,7 @@ jobs: - name: Install k3s if: matrix.driver == 'kubernetes' - uses: crazy-max/.github/.github/actions/install-k3s@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0 + uses: crazy-max/.github/.github/actions/install-k3s@4a17dbaa9ce13920fc5bb8824eb89c16301e5ab2 # v1.7.0 with: version: ${{ env.K3S_VERSION }} -