Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
upload-sarif should be v3. Also remove artifact upload.

Signed-off-by: Eric Brown <ericwb@users.noreply.github.com>
  • Loading branch information
ericwb committed Mar 9, 2024
1 parent c1056c3 commit 115e2ef
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,7 @@ runs:
INPUT_PATH: ${{ inputs.path }}
INPUT_DISABLE: ${{ inputs.disable }}

- name: Upload artifact
uses: actions/upload-artifact@main
with:
name: results.sarif
path: results.sarif

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif

0 comments on commit 115e2ef

Please sign in to comment.