From 086788ddbc696c088f8078976e8245f5c12e896c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 23:53:19 +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 [AbsaOSS/generate-release-notes](https://github.com/absaoss/generate-release-notes). Updates `actions/setup-java` from 5.7.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/b6effb05e454b25005698d916606bdc6ffcbf961...dd06d9cba3e5552c54d9f8ea23572deb30010f7c) Updates `AbsaOSS/generate-release-notes` from 1.3.2 to 1.3.3 - [Release notes](https://github.com/absaoss/generate-release-notes/releases) - [Commits](https://github.com/absaoss/generate-release-notes/compare/26eca65fc504c088a7afd8b08545a738ad8b446b...4592187ca123598c8f0bd6de06311c9f5cd8b773) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: AbsaOSS/generate-release-notes dependency-version: 1.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 | 2 +- .github/workflows/release_draft.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality_gates.yml b/.github/workflows/quality_gates.yml index efd58b5..912fad5 100644 --- a/.github/workflows/quality_gates.yml +++ b/.github/workflows/quality_gates.yml @@ -161,7 +161,7 @@ jobs: uses: ./.github/actions/setup-dev-python-env - name: Set up Java - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 + uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c with: distribution: temurin java-version: '21' diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index 849d41e..1e3177c 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -51,7 +51,7 @@ jobs: - name: Generate Release Notes id: generate_release_notes - uses: AbsaOSS/generate-release-notes@26eca65fc504c088a7afd8b08545a738ad8b446b + uses: AbsaOSS/generate-release-notes@4592187ca123598c8f0bd6de06311c9f5cd8b773 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: