From 44abb87ee685098b5fb7b486b43aba3e07c16a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 09:20:28 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/linux-jdks-with-current-maven-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dabf56f..da6cc7e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/linux-jdks-with-current-maven-ci.yml b/.github/workflows/linux-jdks-with-current-maven-ci.yml index f8c330f..ba1bf85 100644 --- a/.github/workflows/linux-jdks-with-current-maven-ci.yml +++ b/.github/workflows/linux-jdks-with-current-maven-ci.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest container: "maven:${{ matrix.platform }}" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: 'Build' run: mvn -B -V clean verify --fail-at-end