Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Sep 20, 2022
1 parent efee849 commit a0c2fb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ on:
schedule:
- cron: '28 13 * * 4'

paths:
- src
- lib

jobs:
analyze:
name: Analyze
Expand All @@ -49,6 +45,9 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
paths:
- src
- lib
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit a0c2fb6

Please sign in to comment.