diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index d23dd52..64262d7 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -13,8 +13,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 2 - - run: git checkout HEAD^2 - if: ${{ github.event_name == 'pull_request' }} - name: install pre-reqs run: sudo apt-get update && sudo apt-get install libbluetooth-dev - name: Initialize CodeQL