Skip to content

Commit 927c802

Browse files
authored
Merge pull request #69 from cisagov/bugfix/update_codeql_workflow
Update CodeQL Workflow for GitHub Actions
2 parents a7d1b25 + e59eb44 commit 927c802

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/codeql-analysis.yml

-9
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ jobs:
3434
steps:
3535
- name: Checkout repository
3636
uses: actions/checkout@v2
37-
with:
38-
# We must fetch at least the immediate parents so that if this is
39-
# a pull request then we can checkout the head.
40-
fetch-depth: 2
41-
42-
# If this run was triggered by a pull request event, then checkout
43-
# the head of the pull request instead of the merge commit.
44-
- run: git checkout HEAD^2
45-
if: ${{ github.event_name == 'pull_request' }}
4637

4738
# Initializes the CodeQL tools for scanning.
4839
- name: Initialize CodeQL

0 commit comments

Comments
 (0)