From b9fa740ea3c7eea728f0eece048f0affdc1ad43d Mon Sep 17 00:00:00 2001 From: Marcus Young Date: Mon, 6 Jun 2022 09:31:13 -0500 Subject: [PATCH] Fix deprecation on using HEAD^2 for codeql --- .github/workflows/sast.yml | 2 -- 1 file changed, 2 deletions(-) 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