X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/d1e760f4470395a02cde9d806c3f973e1b9e90e3..57e128b4a291ec16fac0feab9885d67f23591368:/.github/workflows/codeql-analysis.yml diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8e91e580..0ef62f7e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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