From 486ad538c2d03fe9e6ff213061823528082028e8 Mon Sep 17 00:00:00 2001 From: Sebastian Guaqueta Date: Mon, 2 Dec 2024 11:45:49 -0500 Subject: [PATCH] testing codeql setting --- .github/workflows/codeql.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7022edf..485eb40 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -39,4 +39,5 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b #v3.26.13 with: - category: "/language:${{ matrix.language }}" \ No newline at end of file + category: "/language:${{ matrix.language }}" + \ No newline at end of file