Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bauersfeld authored Dec 2, 2021
1 parent 00f84ce commit 3bb4414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
patterns: |
+**/*.java
-**/*Test*.java
input: sarif-results/java-builtin.sarif
output: sarif-results/java-builtin.sarif
input: sarif-results/java.sarif
output: sarif-results/java.sarif

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: sarif-results/java-builtin.sarif
sarif_file: sarif-results/java.sarif

- name: Upload loc as a Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 3bb4414

Please sign in to comment.