]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/codeql-analysis.yml
Disable java 22 until gradle supports it
[signal-cli] / .github / workflows / codeql-analysis.yml
index 60c4ef990e0c68e6c2477cf6c5eb15aee2b10676..ff13469a19cd9b62221a2dbe244e99ef6d0acca8 100644 (file)
@@ -23,11 +23,11 @@ jobs:
       - name: Setup Java JDK
         uses: actions/setup-java@v3
         with:
-          distribution: 'adopt'
-          java-version: 17
+          distribution: 'zulu'
+          java-version: 21
 
       - name: Checkout repository
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           # We must fetch at least the immediate parents so that if this is
           # a pull request then we can checkout the head.