Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Perdiga committed Oct 17, 2024
1 parent 606e6fb commit 211e1ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,11 @@ jobs:
with:
category: "/language:${{matrix.language}}"
upload: "never"
output: ./codeql/
output: ./codeql/${{matrix.language}}

- name: List files to verify the file exists
run: cd codeql/; ls -lah

- name: List files to verify the file exists
run: cd codeql/; more javascript.sarif

- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -67,5 +64,5 @@ jobs:
OWNER: "Perdiga"
URL: "https://github.com/Perdiga/codeql_troubleshoot_container/pull/1"
BRANCH: "main"
File: "./codeql/javascript.sarif"
File: "./codeql/${{matrix.language}}/javascript.sarif"

0 comments on commit 211e1ca

Please sign in to comment.