From 0fed6235ed4af5082afb24ae52438115108828eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20L=C3=BCdtke?= Date: Sat, 9 Mar 2024 16:36:21 +0100 Subject: [PATCH] Don't use autobuild --- .github/workflows/codeql-analysis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index dc3642d9..4a074ac3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,6 +36,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: Setup Go + uses: actions/setup-go@v3 + with: + go-version: '1.22' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -47,11 +51,6 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v3 - # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl