We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1100ae commit f5d35a3Copy full SHA for f5d35a3
.github/workflows/codeql.yml
@@ -21,6 +21,8 @@ jobs:
21
steps:
22
- name: Checkout code
23
uses: actions/checkout@main
24
+ with:
25
+ fetch-depth: 2
26
27
- name: Install Go
28
uses: actions/setup-go@main
0 commit comments