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