Skip to content

Commit

Permalink
Improve CodeQL Analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 19, 2023
1 parent e73f873 commit 58d6a17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "master" ]
schedule:
- cron: "29 4 * * 0"
- cron: '26 7 * * 4'

jobs:
analyze:
Expand All @@ -20,10 +20,10 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [ 'javascript-typescript' ]

steps:
- name: Checkout
- name: Checkout repository
uses: actions/checkout@v3

- name: Initialize CodeQL
Expand Down

0 comments on commit 58d6a17

Please sign in to comment.