From dd658f908747d590ac563e7637ee92e6bcf43c93 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Sun, 10 Mar 2024 06:18:54 +0000 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index da26d65..343bf65 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: # Go should be installed before init phase. - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version-file: "go.mod" # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL