From 64bcf3b494eea1b65ceee73093ef66c1eead03b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:59:45 +0900 Subject: [PATCH] chore(deps): update ast-grep/ast-grep to 0.31.0 (#18) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fc6877a..21c9991 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.30.1 + DEFAULT_SG_VERSION: 0.31.0 - if: inputs.reporter == 'sarif' uses: github/codeql-action/upload-sarif@v3 with: