diff options
| author | Christine Dodrill <me@christine.website> | 2020-06-30 12:10:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-30 12:10:22 -0400 |
| commit | 3960b812941167d5eaa178900def1a9cb00de54f (patch) | |
| tree | e15c2a1b42dfefd06090699b39812cc3d1c9b845 | |
| parent | c5cefd3704ba84d3c432d7cc6ba8e86dbb57a0af (diff) | |
| download | xesite-3960b812941167d5eaa178900def1a9cb00de54f.tar.xz xesite-3960b812941167d5eaa178900def1a9cb00de54f.zip | |
Update codeql-analysis.yml
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ba4f7fb..5e7db4c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -28,8 +28,7 @@ jobs: uses: github/codeql-action/init@v1 # Override language selection by uncommenting this and choosing your languages with: - languages: - - go + 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) |
