Skip to content

Commit 21e6cc9

Browse files
authored
Merge pull request #1272 from microsoftgraph/ramsessanchez-patch-1
Code Ql update
2 parents 6f84fe1 + aa5ac70 commit 21e6cc9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@v3
21-
with:
22-
# We must fetch at least the immediate parents so that if this is
23-
# a pull request then we can checkout the head.
24-
fetch-depth: 2
25-
26-
# If this run was triggered by a pull request event, then checkout
27-
# the head of the pull request instead of the merge commit.
28-
- run: git checkout HEAD^2
29-
if: ${{ github.event_name == 'pull_request' }}
3021

3122
# Initializes the CodeQL tools for scanning.
3223
- name: Initialize CodeQL

0 commit comments

Comments
 (0)