There was an error while loading. Please reload this page.
1 parent bfee59a commit 40dc3d2Copy full SHA for 40dc3d2
1 file changed
.github/workflows/codeql.yml
@@ -41,10 +41,11 @@ jobs:
41
42
- name: Autobuild
43
uses: github/codeql-action/autobuild@v4
44
- working-directory: ./wdl-parsing/WDLParsingFunction
+ with:
45
+ working-directory: ./wdl-parsing/WDLParsingFunction
46
47
- name: Perform CodeQL Analysis
48
uses: github/codeql-action/analyze@v4
49
with:
50
category: java
51
0 commit comments