We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99146a commit 4e24f32Copy full SHA for 4e24f32
1 file changed
.github/workflows/microsoft-codeql-pack-publish.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
+ with:
18
+ fetch-depth: 0
19
- name: Set CodeQL Version
20
id: set_codeql_version
21
run: |
0 commit comments