Skip to content

Commit

Permalink
Add paths-ignore (Mudlet#5225)
Browse files Browse the repository at this point in the history
* Add paths-ignore

* Add a workflow_dispatch target for codeql

This will allow you to trigger analyses on demand.
  • Loading branch information
aeisenberg authored May 12, 2021
1 parent 75c79af commit 84919f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
paths-ignore:
- 3rdparty
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches: [development, main]
schedule:
- cron: '0 7 * * 3'
workflow_dispatch:

jobs:
analyze:
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
# 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.
Expand Down

0 comments on commit 84919f9

Please sign in to comment.