Skip to content

Commit

Permalink
ci: try adjusting fetch depth
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld committed Nov 6, 2023
1 parent 5fdd919 commit 2ec3c72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand All @@ -38,5 +40,9 @@ jobs:
with:
args: testClasses

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- name: Autobuild
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 2ec3c72

Please sign in to comment.