Skip to content

Commit

Permalink
Fix #966: Use improved codeql analysis script (#967)
Browse files Browse the repository at this point in the history
- Input secrets to new parent codeql-analysis
  • Loading branch information
jandusil authored Aug 15, 2023
1 parent 8b8bea4 commit d4d09f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: wultra/wultra-infrastructure/.github/workflows/codeql-analysis.yml@develop
with:
languages: "['java', 'javascript']"
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 d4d09f9

Please sign in to comment.