Skip to content

Commit

Permalink
Fix #848: Enhance codeql analysis script (#849)
Browse files Browse the repository at this point in the history
- Enhance codeql-analysis triggers
  • Loading branch information
jandusil authored Aug 30, 2023
1 parent c7e6f67 commit a76fed7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: "CodeQL"

on:
workflow_dispatch:
branches:
- 'develop'
push:
branches: [ develop, main ]
branches: [ 'develop', 'main', 'releases/**' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ develop ]
branches: [ 'develop', 'main', 'releases/**' ]
schedule:
- cron: '0 2 * * 4'

Expand All @@ -20,5 +18,4 @@ jobs:
languages: "['java']"
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both

0 comments on commit a76fed7

Please sign in to comment.