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

Commit

Permalink
Update action-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Bauersfeld authored Dec 2, 2021
1 parent cf0d4f7 commit 00f84ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
${{ github.event.inputs.pattern2 }}
${{ github.event.inputs.pattern3 }}
${{ github.event.inputs.pattern4 }}
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 00f84ce

Please sign in to comment.