From 82086c428ce1e4e7fdc4f5084fba909ae4155f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 14:18:00 +0000 Subject: [PATCH] chore: bump gradle/actions in the workflow-actions group Bumps the workflow-actions group with 1 update: [gradle/actions](https://github.com/gradle/actions). Updates `gradle/actions` from aa23778d2dc6f6556fcc7164e99babbd8c3134e4 to 0eda626a36b219e8e4eb4073a97da49474c02687 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/aa23778d2dc6f6556fcc7164e99babbd8c3134e4...0eda626a36b219e8e4eb4073a97da49474c02687) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index cea114e..cd4d3ef 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: # https://github.com/gradle/actions/tree/main/setup-gradle - name: 'Set up Gradle' - uses: 'gradle/actions/setup-gradle@aa23778d2dc6f6556fcc7164e99babbd8c3134e4' # v4.2.2 + uses: 'gradle/actions/setup-gradle@0eda626a36b219e8e4eb4073a97da49474c02687' # v4.2.2 with: gradle-version: 'wrapper' gradle-home-cache-cleanup: true @@ -43,7 +43,7 @@ jobs: # https://github.com/gradle/actions/tree/main/dependency-submission - name: "Generate and submit dependency graph" - uses: "gradle/actions/dependency-submission@aa23778d2dc6f6556fcc7164e99babbd8c3134e4" # v4.2.2 + uses: "gradle/actions/dependency-submission@0eda626a36b219e8e4eb4073a97da49474c02687" # v4.2.2 env: DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)" DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"