diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 91fdfeb..5cbb323 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,6 +26,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Go + uses: actions/setup-go@v5 + with: + go-version-file: './go.mod' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL