Skip to content

Commit f5d35a3

Browse files
authored
github/workflow: fix codeql checkout fetch-depth to 2 (#112)
1 parent c1100ae commit f5d35a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout code
2323
uses: actions/checkout@main
24+
with:
25+
fetch-depth: 2
2426

2527
- name: Install Go
2628
uses: actions/setup-go@main

0 commit comments

Comments
 (0)