Skip to content

Commit

Permalink
Merge pull request #490 from evo-lua/codeql-on-pr
Browse files Browse the repository at this point in the history
Enable the CodeQL workflow to run for PR updates
  • Loading branch information
Duckwhale committed Feb 9, 2024
2 parents 5c0defb + a26aa8b commit 3d60cbc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,28 @@
name: Semantic Analysis

on:
push:
branches:
- main
tags:
- '*'
paths-ignore:
- '**.md'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- main
paths-ignore:
- '**.md'
- 'changelog.lua'
- '.gitignore'
schedule:
- cron: '00 00 * * 6'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
analyze:
name: Scan with CodeQL
Expand Down

0 comments on commit 3d60cbc

Please sign in to comment.