From 327fdc0b98e709567df74250c3d23fac25ace226 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:35:01 +0000 Subject: [PATCH] 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 [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/setup-java` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5.6.0...v6.0.0) Updates `github/codeql-action` from 4.37.3 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v4.37.3...v4.37.9) --- 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: github/codeql-action dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/release_to_maven.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7665b7d..214a183 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,14 +49,14 @@ jobs: # Install and setup JDK 21 - name: Setup JDK 25 - uses: actions/setup-java@v5.6.0 + uses: actions/setup-java@v6.0.0 with: distribution: temurin java-version: 25 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.3 + uses: github/codeql-action/init@v4.37.9 with: languages: ${{ matrix.language }} tools: latest @@ -98,7 +98,7 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.3 + uses: github/codeql-action/analyze@v4.37.9 with: config-file: ./.github/codeql/codeql-config.yml diff --git a/.github/workflows/release_to_maven.yml b/.github/workflows/release_to_maven.yml index 8a3932f..744813e 100644 --- a/.github/workflows/release_to_maven.yml +++ b/.github/workflows/release_to_maven.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Java - uses: actions/setup-java@v5.6.0 + uses: actions/setup-java@v6.0.0 with: java-version: '25' distribution: 'temurin'