Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Aug 28, 2024
1 parent 8b3874f commit 9029759
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/code-ql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Config of Weekly Code Scanning

paths-ignore:
- test
- 3rdParty/asio
- 'tools/*.cpp'
13 changes: 9 additions & 4 deletions .github/workflows/code-ql.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Weekly Code Scanning

#on: [push, pull_request]
on:
schedule:
- cron: "0 0 * * 0" # Every Sunday at midnight
on: [push, pull_request]
#on:
# schedule:
# - cron: "0 0 * * 0" # Every Sunday at midnight

#env:
# ACTIONS_RUNNER_DEBUG: true
# ACTIONS_STEP_DEBUG: true

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
Expand Down Expand Up @@ -85,6 +89,7 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config-file: ./.github/workflows/code-ql-config.yml
#debug: true
# 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 9029759

Please sign in to comment.