Merge pull request #422 from MichaelMure/code-analysis

Michael Muré created

fix github action

Change summary

.github/workflows/codeql-analysis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Detailed changes

.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)