Skip to content

Commit

Permalink
fix: codeQL pr analysis commit position (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas GRUSON authored Jun 9, 2021
1 parent 6bdd82e commit 3735784
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# 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' }}
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 3735784

Please sign in to comment.