Skip to content

Commit b9e0210

Browse files
greysteileamodio
authored andcommitted
Move CodeQL workflow file
1 parent 8298a4b commit b9e0210

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/workflows/codeql.yml renamed to .github/workflows/codeql.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
# Initializes the CodeQL tools for scanning.
2323
- name: Initialize CodeQL
2424
uses: github/codeql-action/init@v1
25-
# Override language selection by uncommenting this and choosing your languages
26-
# with:
27-
# languages: go, javascript, csharp, python, cpp, java
25+
with:
26+
languages: javascript
2827

2928
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3029
# If this step fails, then you should remove it and run the build manually (see below).
@@ -43,4 +42,4 @@ jobs:
4342
# make release
4443

4544
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v1
45+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)