From 4303766669a0ea9ccf613c38823cd664d492e234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 14:22:42 +0000 Subject: [PATCH] Bump the github-dependencies group across 1 directory with 4 updates Bumps the github-dependencies group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `actions/setup-java` from 5.2.0 to 5.7.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5.2.0...v5.7.0) Updates `slackapi/slack-github-action` from 2.0.0 to 4.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slackapi/slack-github-action/compare/485a9d42d3a73031f12ec201c457e2162c45d02d...dcb1066f776dd043e64d0e8ba94ca15cc7e1875d) Updates `actions/cache` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies - dependency-name: actions/setup-java dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- .github/workflows/nightly-framework-compatibility.yml | 6 +++--- .github/workflows/pullrequest.yml | 4 ++-- .github/workflows/release-notes.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e6b117c..79dd849f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.7.0 with: distribution: "zulu" java-version: ${{ matrix.java-version }} diff --git a/.github/workflows/nightly-framework-compatibility.yml b/.github/workflows/nightly-framework-compatibility.yml index 79518479..9acca2bb 100644 --- a/.github/workflows/nightly-framework-compatibility.yml +++ b/.github/workflows/nightly-framework-compatibility.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK 21 - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.7.0 with: distribution: "zulu" java-version: 21 @@ -64,7 +64,7 @@ jobs: - name: Notify Slack if: always() - uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0 + uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d # v4.0.0 with: webhook: ${{ secrets.SLACK_WEBHOOK_URL }} webhook-type: incoming-webhook diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index b08ce224..b9e4746c 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@v5.2.0 + uses: actions/setup-java@v5.7.0 with: distribution: "zulu" java-version: ${{ matrix.java-version }} diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d712fcec..8a20641e 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create Release Notes Markdown uses: docker://decathlon/release-notes-generator-action:3.1.5 @@ -36,7 +36,7 @@ jobs: - name: Add Release Notes to cache id: cache-notes - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.RELEASE_NOTES_FILE }} key: notes