CodeQL #136
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL" | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: [ 'develop', 'main', 'releases/**' ] | ||
pull_request: | ||
# The branches below must be a subset of the branches above | ||
branches: [ 'develop', 'main', 'releases/**' ] | ||
schedule: | ||
- cron: '0 2 * * 4' | ||
jobs: | ||
codeql-analysis: | ||
Check failure on line 14 in .github/workflows/codeql-analysis.yml GitHub Actions / CodeQLInvalid workflow file
|
||
uses: wultra/wultra-infrastructure/.github/workflows/codeql-analysis.yml@develop | ||
secrets: inherit | ||
with: | ||
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 | ||
java_version: 21 |