We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0bdf6 commit e9c001bCopy full SHA for e9c001b
.github/workflows/codeql.yml
@@ -54,6 +54,8 @@ jobs:
54
steps:
55
- name: Checkout repository
56
uses: actions/checkout@v4
57
+ with:
58
+ fetch-depth: 0
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
0 commit comments