From 2fa427e264b3040fb231518e6b7a27387555f6a6 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 4 Nov 2023 20:38:23 +0200 Subject: [PATCH] minor: codeql --- .github/workflows/codeql-analysis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2b29feb9..addca9e5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,6 +41,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Set up Go 1.x + uses: actions/setup-go@v4 + with: + go-version-file: './go.mod' + check-latest: true + - run: go version + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2