We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9bcfb commit 446c4a7Copy full SHA for 446c4a7
1 file changed
.github/workflows/codeql-analysis.yml
@@ -39,6 +39,8 @@ jobs:
39
steps:
40
- name: Checkout repository
41
uses: actions/checkout@v5
42
+ with:
43
+ fetch-depth: 0
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
0 commit comments