From 9421976c3108c206ad5bf9c30ade1d38757e628b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 13:30:24 +0000 Subject: [PATCH] chore: bump the workflow-actions group across 1 directory with 2 updates Bumps the workflow-actions group with 2 updates in the / directory: [gradle/actions](https://github.com/gradle/actions) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `gradle/actions` from 4.3.1 to 4.4.0 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v4.3.1...v4.4.0) Updates `dependabot/fetch-metadata` from 2.3.0 to 2.4.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/d7267f607e9d3fb96fc2fbe83e0af444713e90b7...08eff52bf64351f401fb50d4972fa95b9f2c2d1b) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- .github/workflows/dependabot-auto-approve-pr.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5c0678..026d4e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,11 +24,11 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: 'Set up Gradle' - uses: 'gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244' # v4 + uses: 'gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326' # v4 # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244" # v4 + uses: "gradle/actions/dependency-submission@8379f6a1328ee0e06e2bb424dadb7b159856a326" # 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 ebe152c..d1ee079 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@08eff52bf64351f401fb50d4972fa95b9f2c2d1b" # v2.4.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 6c6b893..1008211 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,11 +27,11 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: Setup Gradle - uses: gradle/actions/setup-gradle@v4.3.1 + uses: gradle/actions/setup-gradle@v4.4.0 # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244" # v4 + uses: "gradle/actions/dependency-submission@8379f6a1328ee0e06e2bb424dadb7b159856a326" # v4 env: DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)" DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"