From 233e2f5a88b5fc87c596283a14bc663d1657f970 Mon Sep 17 00:00:00 2001 From: Paul Lorenz Date: Mon, 25 Mar 2024 18:31:45 -0400 Subject: [PATCH] Update golang for codeql --- .github/workflows/codeql.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7256c1f0d..50d206944 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -23,6 +23,7 @@ concurrency: cancel-in-progress: true jobs: + analyze: name: Analyze runs-on: ubuntu-latest @@ -44,6 +45,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install Go + uses: actions/setup-go@v5 + with: + go-version: '1.22.x' + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3