From 2156729415b1ef0acda0d035db6406cfc36ae63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:06:59 +0000 Subject: [PATCH] chore(deps): Bump gradle/actions from 6.1.0 to 6.1.1 Bumps [gradle/actions](https://github.com/gradle/actions) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/50e97c2cd7a37755bbfafc9c5b7cafaece252f6e...5e2ebd065dc2488b7a6ad670704656cbbe1e8f60) --- updated-dependencies: - dependency-name: gradle/actions dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/api-compat.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api-compat.yml b/.github/workflows/api-compat.yml index 81c4bd1..56d468c 100644 --- a/.github/workflows/api-compat.yml +++ b/.github/workflows/api-compat.yml @@ -16,7 +16,7 @@ jobs: distribution: temurin java-version: '17' - - uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 with: # Use the MIT-licensed basic caching provider instead of the # default enhanced caching, which is proprietary. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bec8e3a..7c9bec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: distribution: temurin java-version: '17' - - uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 with: # Use the MIT-licensed basic caching provider instead of the # default enhanced caching, which is proprietary. diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8fb6488..70dcd6f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -25,7 +25,7 @@ jobs: distribution: temurin java-version: '17' - - uses: gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + - uses: gradle/actions/setup-gradle@5e2ebd065dc2488b7a6ad670704656cbbe1e8f60 # v6.1.1 with: cache-disabled: true