diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a8d3cbe1..41cb6a78 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -107,4 +107,4 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 with: - category: "/language:${{ matrix.language }}" \ No newline at end of file + category: "/language:${{ matrix.language }}/run:${{github.run_id}}" \ No newline at end of file