From cceae09fc1552802fe917fb1d463d01f24a81f89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 23:53:31 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/setup-java](https://github.com/actions/setup-java) and [red-gate/setup-flyway](https://github.com/red-gate/setup-flyway). Updates `actions/setup-java` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/dd06d9cba3e5552c54d9f8ea23572deb30010f7c...de7274f081f381c8f8158605e0321c36c376e2e6) Updates `red-gate/setup-flyway` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/red-gate/setup-flyway/releases) - [Commits](https://github.com/red-gate/setup-flyway/compare/e024a17cd0890383f6996ed7edbded24c54ed86c...85d1712c775f0f2bcf70523d0caf1df46a4761d5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: red-gate/setup-flyway dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/quality_gates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality_gates.yml b/.github/workflows/quality_gates.yml index 912fad5..7f88130 100644 --- a/.github/workflows/quality_gates.yml +++ b/.github/workflows/quality_gates.yml @@ -161,13 +161,13 @@ jobs: uses: ./.github/actions/setup-dev-python-env - name: Set up Java - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c + uses: actions/setup-java@de7274f081f381c8f8158605e0321c36c376e2e6 with: distribution: temurin java-version: '21' - name: Set up Flyway - uses: red-gate/setup-flyway@e024a17cd0890383f6996ed7edbded24c54ed86c + uses: red-gate/setup-flyway@85d1712c775f0f2bcf70523d0caf1df46a4761d5 with: version: '13.3.0' edition: community