Skip to content

Commit

Permalink
move CodeQL into main CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 16, 2022
1 parent 036e05f commit d403aa5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 68 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,20 @@ jobs:
run: yarn
- name: pre fomantic install & gulp build
run: yarn gulp install
codeql:
name: CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: 'javascript'
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
68 changes: 0 additions & 68 deletions .github/workflows/codeql.yml

This file was deleted.

0 comments on commit d403aa5

Please sign in to comment.