From 9e39ef7a4c9d901865f55223d3f6fd2ab25f3439 Mon Sep 17 00:00:00 2001 From: Xudong Guo Date: Mon, 15 Jan 2024 09:34:34 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20fix=20=20codeql=20action?= =?UTF-8?q?=20(#854)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codeql-analysis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5ba162e6..5f660180 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,6 +44,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install Go + uses: actions/setup-go@v4 + with: + go-version-file: go.mod + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3