From 463e0f80ca8c78d83cb7343dcc7f07dec76bf363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pich=C3=A9?= Date: Tue, 9 Apr 2024 16:08:14 -0400 Subject: [PATCH] does this fix it? --- .github/workflows/codeql.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 539d38a9a..a1dca1499 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,6 +42,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - uses: actions/setup-go@v4 + with: + go-version: '1.22' + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3