aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaveen <172697+naveensrinivasan@users.noreply.github.com>2022-05-13 16:30:38 -0500
committerGitHub <noreply@github.com>2022-05-13 16:30:38 -0500
commit21c95d9b296ee553fefd2eef84be7360224a10c6 (patch)
treed266a341459a70b0c287ce5a421c40389c0a6383
parent417d0a441d5fca9b4b57d56b09432fe980b86268 (diff)
downloadseaweedfs-21c95d9b296ee553fefd2eef84be7360224a10c6.tar.xz
seaweedfs-21c95d9b296ee553fefd2eef84be7360224a10c6.zip
Update codeql.yml
-rw-r--r--.github/workflows/codeql.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 8958a0fcd..142e4e963 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -20,8 +20,8 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
# Override language selection by uncommenting this and choosing your languages
- # with:
- # languages: go, javascript, csharp, python, cpp, java
+ with:
+ languages: go
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).