This is an automated email from the ASF dual-hosted git repository. liuhongyu pushed a commit to branch ci/upgrade_codeql_version in repository https://gitbox.apache.org/repos/asf/shenyu.git
commit cd96a21d66f50a20fb08715464e9586e09160271 Author: liuhy <[email protected]> AuthorDate: Fri Apr 4 20:48:01 2025 +0800 [ci] upgrade codeql version for ci error --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c8bb4ffc60..2e835dcbbe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -57,12 +57,12 @@ jobs: ${{ runner.os }}-maven- - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3
