From dd8457b76cf6ecff6c9404ec48985a2ae79bcc47 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 7 Jul 2024 09:18:38 +0900 Subject: [PATCH] fix config --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1acf5b0..af7339d 100644 --- a/action.yml +++ b/action.yml @@ -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.