From 5253c869e6ccfd17b0b5abb393875c23cf3a9683 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:39:12 +0900 Subject: [PATCH] chore(deps): update ast-grep/ast-grep to 0.32.1 (#21) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8888a22..7d2e6ba 100644 --- a/action.yml +++ b/action.yml @@ -77,7 +77,7 @@ runs: INPUT_SG_VERSION: ${{ inputs.sg_version }} INPUT_SG_CONFIG: ${{ inputs.sg_config }} INPUT_SG_FLAGS: ${{ inputs.sg_flags }} - DEFAULT_SG_VERSION: 0.31.1 + DEFAULT_SG_VERSION: 0.32.1 - if: inputs.reporter == 'sarif' uses: github/codeql-action/upload-sarif@v3 with: