diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 75343ad..6860137 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,7 +47,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 - + - 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@v2