From: German Service Network Date: Sun, 15 Mar 2026 16:31:46 +0000 (+0100) Subject: Change autobuild to cargo build in github action for CodeQL X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceee71a0c99c8053839b2d092276d2d6be10b600;p=EnergyLogger4000-Reader.git Change autobuild to cargo build in github action for CodeQL --- diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5fabd77..8559c76 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -29,8 +29,8 @@ jobs: with: languages: ${{ matrix.language }} - - name: Autobuild - uses: github/codeql-action/autobuild@v4 + - name: Build project + run: cargo build --workspace --all-targets - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v4 \ No newline at end of file