]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/codeql-analysis.yml
Repackage signal-client native builds (#879)
[signal-cli] / .github / workflows / codeql-analysis.yml
index 8e91e580387a0549a3386958e2e95694e76c6bc0..0ef62f7e5b7790deffe9fb408c3a46ec2816aff3 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       - name: Setup Java JDK
         uses: actions/setup-java@v1
         with:
-          java-version: 11
+          java-version: 17
 
       - name: Checkout repository
         uses: actions/checkout@v2
@@ -28,11 +28,6 @@ jobs:
           # a pull request then we can checkout the head.
           fetch-depth: 2
 
-      # If this run was triggered by a pull request event, then checkout
-      # the head of the pull request instead of the merge commit.
-      - run: git checkout HEAD^2
-        if: ${{ github.event_name == 'pull_request' }}
-
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
         uses: github/codeql-action/init@v1