Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
haya14busa committed Jul 7, 2024
1 parent 045b015 commit dd8457b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ runs:
INPUT_LOCALE: ${{ inputs.locale }}
- if: inputs.reporter == 'sarif'
uses: github/codeql-action/upload-sarif@v3
sarif_file: ${{ inputs.output_dir }}
with:
sarif_file: ${{ inputs.output_dir }}

# Ref: https://haya14busa.github.io/github-action-brandings/
# TODO: update branding if you want.
Expand Down

0 comments on commit dd8457b

Please sign in to comment.