Browse Source

Move CodeQL workflow file

main
Grey Baker 4 years ago
committed by Eric Amodio
parent
commit
b9e02102b6
2 changed files with 45 additions and 46 deletions
  1. +3
    -4
      .github/workflows/codeql.yml

.github/workflows/workflows/codeql.yml → .github/workflows/codeql.yml View File

@ -22,9 +22,8 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
with:
languages: 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).
@ -43,4 +42,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v1

Loading…
Cancel
Save