You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/actions/setup/action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ runs:
26
26
27
27
- name: Setup gradle
28
28
if: inputs.type != 'minimal'
29
-
uses: gradle/actions/[email protected]# v4.4.2 uses Gradle 9.0 which is not compatible with Java < 17
29
+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Pinned to v4.4.1 – v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-java/.github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
java-version-file: .java-version
22
22
23
23
- name: Setup Gradle
24
-
uses: gradle/actions/[email protected]# v4.4.2 uses Gradle 9.0 which is not compatible with Java < 17
24
+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Pinned to v4.4.1 – v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-kotlin/.github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ jobs:
21
21
java-version: 11
22
22
23
23
- name: Setup Gradle
24
-
uses: gradle/actions/[email protected]# v4.4.2 uses Gradle 9.0 which is not compatible with Java < 17
24
+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Pinned to v4.4.1 – v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
0 commit comments