Skip to content

add directory for codeql #286

add directory for codeql

add directory for codeql #286

Workflow file for this run

name: "CodeQL"

Check failure on line 1 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

(Line: 44, Col: 9): Unexpected value 'working-directory', (Line: 48, Col: 9): Unexpected value 'working-directory'
on:
push:
branches: [ "develop", "master", "hotfix/*", "release/*", "feature/**" ]
pull_request:
branches: [ "develop", "master", "hotfix/*", "release/*" ]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: javascript
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@v3
working-directory: ./wdl-parsing/WDLParsingFunction
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
working-directory: ./wdl-parsing/WDLParsingFunction
with:
category: java