From 5437f2287eb0621c2441871feffdd32d35208255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 16:23:16 +0000 Subject: [PATCH] chore(deps): bump the all group with 4 updates Bumps the all group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [actions/cache](https://github.com/actions/cache) and [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action). Updates `actions/checkout` from 3.5.0 to 4.1.4 - [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/v3.5.0...v4.1.4) Updates `actions/setup-java` from 3 to 4 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v3...v4) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `JetBrains/qodana-action` from 2022.3.4 to 2024.1.3 - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2022.3.4...v2024.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/create_github_release.yml | 2 +- .github/workflows/maven_tests.yml | 10 +++++----- .github/workflows/prepare_release_changelog.yml | 2 +- .github/workflows/publish_pkg_github.yml | 4 ++-- .github/workflows/qodana.yml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/create_github_release.yml b/.github/workflows/create_github_release.yml index 9e89346d55..485bfa3e50 100644 --- a/.github/workflows/create_github_release.yml +++ b/.github/workflows/create_github_release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 - name: Create Release id: create_release diff --git a/.github/workflows/maven_tests.yml b/.github/workflows/maven_tests.yml index c0f757b7e9..3c3dbd7a50 100644 --- a/.github/workflows/maven_tests.yml +++ b/.github/workflows/maven_tests.yml @@ -46,13 +46,13 @@ jobs: steps: ## Checkout the current version of the code from the repo. - name: Checkout latest code - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.4 with: fetch-depth: "0" ## Setup the specified version of Java (includes maven/gradle). - name: Set up JDK ${{ matrix.jdk }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: 'zulu' # v2 requires explicitly stating the distribution - `zulu` and `adopt` supported at time of writing java-version: ${{ matrix.jdk }} # Use matrix to select which JDK level to use @@ -64,7 +64,7 @@ jobs: run: java -version - name: Cache SonarCloud packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -103,11 +103,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout latest code - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4.1.4 with: fetch-depth: "0" - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'zulu' diff --git a/.github/workflows/prepare_release_changelog.yml b/.github/workflows/prepare_release_changelog.yml index f245548d82..2fed236f20 100644 --- a/.github/workflows/prepare_release_changelog.yml +++ b/.github/workflows/prepare_release_changelog.yml @@ -17,7 +17,7 @@ jobs: # Check out current repository - name: Fetch Sources - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.4 # Setup Java 11 environment for the next steps - name: Setup Java diff --git a/.github/workflows/publish_pkg_github.yml b/.github/workflows/publish_pkg_github.yml index e960c70737..a76f343095 100644 --- a/.github/workflows/publish_pkg_github.yml +++ b/.github/workflows/publish_pkg_github.yml @@ -8,8 +8,8 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v3.5.0 - - uses: actions/setup-java@v3 + - uses: actions/checkout@v4.1.4 + - uses: actions/setup-java@v4 with: java-version: '17' distribution: 'adopt' diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 7f7eb78b30..8075a4d90d 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -11,8 +11,8 @@ jobs: qodana: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v4.1.4 with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2022.3.4 + uses: JetBrains/qodana-action@v2024.1.3