diff options
author | Michael Muré <batolettre@gmail.com> | 2020-07-07 21:39:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 21:39:12 +0200 |
commit | de062a78ece6a33cc44d8bd3372d814b288ce916 (patch) | |
tree | ee912ce1fadd57b015d3c58ea3b609f72e79915e /.github/workflows | |
parent | 1dfe1fc713947010cfee93fd102bf941cee9578e (diff) | |
parent | 87a2638cd03c9070cb03f0ecc4e7d88dd0a50d2d (diff) | |
download | git-bug-de062a78ece6a33cc44d8bd3372d814b288ce916.tar.gz |
Merge pull request #422 from MichaelMure/code-analysis
fix github action
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 91dcb7f9..308312c6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,8 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 - languages: go, javascript + with: + languages: go, javascript # 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) |