Skip to content

Commit

Permalink
Fix #206: Enhance codeql analysis script
Browse files Browse the repository at this point in the history
- Enhance codeql-analysis triggers
  • Loading branch information
jandusil committed Aug 17, 2023
1 parent 004223d commit 683baf1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ name: "CodeQL"

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

jobs:
codeql-analysis:
uses: wultra/wultra-infrastructure/.github/workflows/codeql-analysis.yml@develop
secrets: inherit
with:
languages: "['java']"
secrets: inherit
# 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
Expand Down

0 comments on commit 683baf1

Please sign in to comment.