Skip to content

Commit

Permalink
Set CodeQL to run every Monday morning & remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
techncl committed Feb 20, 2025
1 parent ee371eb commit fe3131b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches-ignore:
- master
schedule:
- cron: '30 8 * * 6'
- cron: '30 8 * * 1'

jobs:
analyze:
Expand Down

0 comments on commit fe3131b

Please sign in to comment.