From 8c4de4dbec84f4d25a0e8e9eb42b68820b43f0c6 Mon Sep 17 00:00:00 2001 From: Arthur Baars Date: Thu, 14 Nov 2024 09:00:35 +0100 Subject: [PATCH] Add missing `id:` field --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 45816106..9197a9e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,6 +62,7 @@ jobs: uv pip install --system '.[test]' - name: Perform CodeQL Analysis + id: analyze uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}"