From 4d403cd6052fd6cc722308ee655ed5eb97a08428 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:05:52 +0000 Subject: [PATCH] chore(react): Bump intility/reusable-react/.github/workflows/react.yaml Bumps [intility/reusable-react/.github/workflows/react.yaml](https://github.com/intility/reusable-react) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/intility/reusable-react/releases) - [Changelog](https://github.com/intility/reusable-react/blob/main/CHANGELOG.md) - [Commits](https://github.com/intility/reusable-react/compare/db4e00f71c4a3e8857e99a527a7e6c314a933cc2...1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3) --- updated-dependencies: - dependency-name: intility/reusable-react/.github/workflows/react.yaml dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- react/.github/workflows/main.yaml | 2 +- react/.github/workflows/pull-request.yaml | 2 +- react/.github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/react/.github/workflows/main.yaml b/react/.github/workflows/main.yaml index 738e757c..361dd8c2 100644 --- a/react/.github/workflows/main.yaml +++ b/react/.github/workflows/main.yaml @@ -14,7 +14,7 @@ jobs: packages: write id-token: write attestations: write - uses: intility/reusable-react/.github/workflows/react.yaml@db4e00f71c4a3e8857e99a527a7e6c314a933cc2 # v1.2.2 + uses: intility/reusable-react/.github/workflows/react.yaml@1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3 # v1.2.3 with: # image will be pushed to ghcr.io/intility//react-app image-name: __DOCKER_IMAGE_NAME__ diff --git a/react/.github/workflows/pull-request.yaml b/react/.github/workflows/pull-request.yaml index 27ff06db..337aa3f8 100644 --- a/react/.github/workflows/pull-request.yaml +++ b/react/.github/workflows/pull-request.yaml @@ -14,7 +14,7 @@ jobs: packages: write id-token: write attestations: write - uses: intility/reusable-react/.github/workflows/react.yaml@db4e00f71c4a3e8857e99a527a7e6c314a933cc2 # v1.2.2 + uses: intility/reusable-react/.github/workflows/react.yaml@1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3 # v1.2.3 with: # image will be pushed to ghcr.io/intility//react-app image-name: __DOCKER_IMAGE_NAME__ diff --git a/react/.github/workflows/release.yaml b/react/.github/workflows/release.yaml index f42a3eca..112154f6 100644 --- a/react/.github/workflows/release.yaml +++ b/react/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: packages: write id-token: write attestations: write - uses: intility/reusable-react/.github/workflows/react.yaml@db4e00f71c4a3e8857e99a527a7e6c314a933cc2 # v1.2.2 + uses: intility/reusable-react/.github/workflows/react.yaml@1eedafba5ee1c554ee1cc923a2732cf3f09fe0f3 # v1.2.3 with: # image will be pushed to ghcr.io/intility//react-app image-name: __DOCKER_IMAGE_NAME__