This is an automated email from the ASF dual-hosted git repository. wangjing pushed a commit to branch wanganjuan-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-toolchain.git
commit 13774a42d9486a18803d6a7a3449b4f4f4eb7857 Author: wanganjuan <[email protected]> AuthorDate: Wed Mar 15 15:36:56 2023 +0800 use node.js version 16 to fixed ci problem use node.js version 16 to fixed ci problem --- .github/workflows/codeql-analysis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2f4f5ae2..e19fbaf8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,11 @@ jobs: with: distribution: 'zulu' java-version: '8' - + + - name: Use Node.js 16 + uses: actions/setup-node@v3 + with: + node-version: '16' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2
