From b297eddf912a9d6ee09ad15c81557bc54027aca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:49:42 +0000 Subject: [PATCH] chore: bump the workflow-actions group across 1 directory with 3 updates Bumps the workflow-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [gradle/actions](https://github.com/gradle/actions) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `actions/checkout` from 5 to 6 - [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/v5...v6) Updates `gradle/actions` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2...f29f5a9d7b09a7c6b29859002d29d24e1674c884) Updates `dependabot/fetch-metadata` from 2.4.0 to 2.5.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/08eff52bf64351f401fb50d4972fa95b9f2c2d1b...21025c705c08248db411dc16f3619e6b5f9ea21a) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow-actions - dependency-name: gradle/actions dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions - dependency-name: dependabot/fetch-metadata dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/dependabot-auto-approve-pr.yml | 2 +- .github/workflows/publish.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8856dad..47942d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -24,11 +24,11 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: 'Set up Gradle' - uses: 'gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2' # v4 + uses: 'gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884' # v4 # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2" # v4 + uses: "gradle/actions/dependency-submission@f29f5a9d7b09a7c6b29859002d29d24e1674c884" # v4 env: DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)" DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath" diff --git a/.github/workflows/dependabot-auto-approve-pr.yml b/.github/workflows/dependabot-auto-approve-pr.yml index d1ee079..8e24c14 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@08eff52bf64351f401fb50d4972fa95b9f2c2d1b" # v2.4.0 + uses: "dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a" # v2.5.0 - name: Automatically approve & merge Dependabot patch PRs if: ${{steps.dependabot-metadata.outputs.update-type == 'version-update:semver-patch'}} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dffaab1..f1a90ab 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -27,11 +27,11 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: Setup Gradle - uses: 'gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2' # v4 + uses: 'gradle/actions/setup-gradle@f29f5a9d7b09a7c6b29859002d29d24e1674c884' # v4 # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2" # v4 + uses: "gradle/actions/dependency-submission@f29f5a9d7b09a7c6b29859002d29d24e1674c884" # v4 env: DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)" DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"