From 7cb355831648a4abdc0b812ce6000c7cf2c09696 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:47:41 +0900 Subject: [PATCH] chore(deps): update ast-grep/ast-grep to 0.33.0 (#24) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a1899a5..20a06d4 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.32.3 + DEFAULT_SG_VERSION: 0.33.0 - if: inputs.reporter == 'sarif' uses: github/codeql-action/upload-sarif@v3 with: