Skip to content

Commit

Permalink
ci: cleaning up the codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Dec 2, 2021
1 parent 738b70d commit 660b925
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/codeql/config.yml

This file was deleted.

16 changes: 12 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ on:
- cron: '0 12 * * 1'

jobs:
CodeQL-Build:

analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]

steps:
- name: Checkout repository
Expand All @@ -20,8 +29,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
config-file: ./.github/codeql/config.yml
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

0 comments on commit 660b925

Please sign in to comment.