Skip to content

Commit

Permalink
Improve CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Apr 14, 2022
1 parent 1f272a6 commit cfd6d7a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ on:
pull_request:
branches: [master]
schedule:
- cron: '0 17 * * 1,3,5'
- cron: '0 3 * * */2'

permissions:
security-events: write
actions: read
contents: read

jobs:
analyse:
Expand All @@ -15,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 2

Expand Down

0 comments on commit cfd6d7a

Please sign in to comment.