ci: remove options no longer needed (#540)

This commit is contained in:
Shohei Ueda 2020-11-23 13:48:34 +09:00 committed by GitHub
parent 8cc3a89d3b
commit 3ba244e8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,6 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1