Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Fix deprecation on using HEAD^2 for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jun 6, 2022
1 parent ae5f7ae commit b9fa740
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9fa740

Please sign in to comment.