Commit f3f0345b69527b3880328181db5b1e3d41c8fd76

Authored by Perry Werneck
Committed by GitHub
1 parent 1c9cd360
Exists in master and in 2 other branches develop, macos

Removing git checkout as required.

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
.github/workflows/codeql-analysis.yml
... ... @@ -38,8 +38,8 @@ jobs:
38 38  
39 39 # If this run was triggered by a pull request event, then checkout
40 40 # the head of the pull request instead of the merge commit.
41   - - run: git checkout HEAD^2
42   - if: ${{ github.event_name == 'pull_request' }}
  41 + # - run: git checkout HEAD^2
  42 + # if: ${{ github.event_name == 'pull_request' }}
43 43  
44 44 # Initializes the CodeQL tools for scanning.
45 45 - name: Initialize CodeQL
... ...