From cb34a073efe254791d899a05e38a1c7706a9e9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:41:26 +0000 Subject: [PATCH] chore: bump the workflow-actions group across 1 directory with 5 updates Bumps the workflow-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) | `3.0.24` | `5.0.4` | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.2` | | [actions/setup-java](https://github.com/actions/setup-java) | `4.7.1` | `5.2.0` | | [gradle/actions](https://github.com/gradle/actions) | `4.3.1` | `6.1.0` | | [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2.3.0` | `3.1.0` | Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.24 to 5.0.4 - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/compare/2d6823da4039243036c86d76f503c84e2ded2517...ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066) Updates `actions/checkout` from 4.2.2 to 6.0.2 - [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/11bd71901bbe5b1630ceea73d27597364c9af683...de0fac2e4500dabe0009e67214ff5f5447ce83dd) Updates `actions/setup-java` from 4.7.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/c5195efecf7bdfc987ee8bae7a71cb8b11521c00...be666c2fcd27ec809703dec50e508c2fdc7f6654) Updates `gradle/actions` from 4.3.1 to 6.1.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/06832c7b30a0129d7fb559bcc6e43d26f6374244...50e97c2cd7a37755bbfafc9c5b7cafaece252f6e) Updates `dependabot/fetch-metadata` from 2.3.0 to 3.1.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/d7267f607e9d3fb96fc2fbe83e0af444713e90b7...25dd0e34f4fe68f24cc83900b1fe3fe149efef98) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow-actions - dependency-name: actions/setup-java dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow-actions - dependency-name: dependabot/fetch-metadata dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflow-actions - dependency-name: gradle/actions dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflow-actions - dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions dependency-version: 3.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 10 +++++----- .github/workflows/dependabot-auto-approve-pr.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 582cbb9..88e6dc8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,15 +20,15 @@ jobs: - uses: 'hmarr/debug-action@cd1afbd7852b7ad7b1b7a9a1b03efebd3b0a1820' # v3.0.0 # https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions - - uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@2d6823da4039243036c86d76f503c84e2ded2517' # v3.0.24 + - uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066' # v5.0.4 # https://github.com/actions/checkout - name: 'checkout' - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 + uses: 'actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd' # v6.0.2 # https://github.com/actions/setup-java - name: 'Set up JDK' - uses: 'actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00' # v4.7.1 + uses: 'actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654' # v5.2.0 with: java-version: '21' distribution: 'temurin' @@ -36,11 +36,11 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: 'Set up Gradle' - uses: "gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244" # v4.3.1 + uses: "gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e" # v6.1.0 # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244" # v4.3.1 + uses: "gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e" # v6.1.0 with: cache-cleanup: 'never' build-scan-publish: false diff --git a/.github/workflows/dependabot-auto-approve-pr.yml b/.github/workflows/dependabot-auto-approve-pr.yml index ebe152c..62c2443 100644 --- a/.github/workflows/dependabot-auto-approve-pr.yml +++ b/.github/workflows/dependabot-auto-approve-pr.yml @@ -14,7 +14,7 @@ jobs: # https://github.com/dependabot/fetch-metadata - name: Dependabot metadata id: dependabot-metadata - uses: "dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7" # v2.3.0 + uses: "dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98" # v3.1.0 - name: Automatically approve & merge Dependabot patch PRs if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}}