From dff2828dc237ac2ac380ef3d6e1468aca509c9a5 Mon Sep 17 00:00:00 2001 From: blacktop Date: Tue, 2 Apr 2024 20:57:24 -0600 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9f51f8f44..672c4cb6f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,6 +43,13 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Go + uses: actions/setup-go@v5 + with: + go-version: "stable" + check-latest: true + cache: true + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3