Skip to content

Commit

Permalink
Fix for codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tulik authored Oct 24, 2024
1 parent dba2e7c commit 454bbd3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
paths:
- '**/*.js'
- '**/*.ts'
schedule:
- cron: '18 16 * * 5'
- cron: '44 5 * * 5'

jobs:
analyze:
Expand Down Expand Up @@ -50,7 +53,3 @@ jobs:
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"

- name: Apply Autofix for CodeQL Alerts
uses: github/codeql-action/autofix@v3

0 comments on commit 454bbd3

Please sign in to comment.