From 2f97b8891d909f0032b7d54008a3d7b49cdbbe04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 00:25:16 +0000 Subject: [PATCH] build(deps): bump crazy-max/.github from 1.10.0 to 1.10.1 Bumps [crazy-max/.github](https://github.com/crazy-max/.github) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/crazy-max/.github/releases) - [Commits](https://github.com/crazy-max/.github/compare/716fd1c51a46c5d93a41d44a94b439c9ee802536...46267a6e61cd56aac2fc79943df180152f4c89d6) --- updated-dependencies: - dependency-name: crazy-max/.github dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/.test.yml | 2 +- .github/workflows/buildkit.yml | 2 +- .github/workflows/frontend.yml | 2 +- .github/workflows/test-os.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.test.yml b/.github/workflows/.test.yml index 5835f3a618a4..c20aff69dcce 100644 --- a/.github/workflows/.test.yml +++ b/.github/workflows/.test.yml @@ -194,7 +194,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@716fd1c51a46c5d93a41d44a94b439c9ee802536 # v1.10.0 + uses: crazy-max/.github/.github/actions/gotest-annotations@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1 with: directory: ./bin/testreports - diff --git a/.github/workflows/buildkit.yml b/.github/workflows/buildkit.yml index 2d1322e4cb6c..d0c63c8f7f2a 100644 --- a/.github/workflows/buildkit.yml +++ b/.github/workflows/buildkit.yml @@ -316,7 +316,7 @@ jobs: - name: Scout id: scout - uses: crazy-max/.github/.github/actions/docker-scout@716fd1c51a46c5d93a41d44a94b439c9ee802536 # v1.10.0 + uses: crazy-max/.github/.github/actions/docker-scout@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1 with: version: ${{ env.SCOUT_VERSION }} format: sarif diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 1ae3c70ad88a..dad1297e0acd 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -216,7 +216,7 @@ jobs: - name: Scout id: scout - uses: crazy-max/.github/.github/actions/docker-scout@716fd1c51a46c5d93a41d44a94b439c9ee802536 # v1.10.0 + uses: crazy-max/.github/.github/actions/docker-scout@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1 with: version: ${{ env.SCOUT_VERSION }} format: sarif diff --git a/.github/workflows/test-os.yml b/.github/workflows/test-os.yml index e2cdf299f23b..9b7b35b8a27f 100644 --- a/.github/workflows/test-os.yml +++ b/.github/workflows/test-os.yml @@ -180,7 +180,7 @@ jobs: - name: Generate annotations if: always() - uses: crazy-max/.github/.github/actions/gotest-annotations@716fd1c51a46c5d93a41d44a94b439c9ee802536 # v1.10.0 + uses: crazy-max/.github/.github/actions/gotest-annotations@46267a6e61cd56aac2fc79943df180152f4c89d6 # v1.10.1 with: directory: ./bin/testreports -