Skip to content

Commit 6e90a7a

Browse files
committed
fix check failure.
1 parent d3a90ab commit 6e90a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
4949
with:
5050
category: "/language:${{matrix.language}}"
51-
upload: false # Don't upload to avoid conflict with default setup
51+
upload: false
5252

5353
vulnerability-scan:
5454
name: Go Vulnerability Scan

0 commit comments

Comments
 (0)