From 3d5492d0ed71dcd487800096fd8b7963061dbbe8 Mon Sep 17 00:00:00 2001 From: Damian Jankowski Date: Fri, 26 Sep 2025 12:21:37 +0200 Subject: [PATCH] remove upload option to make it default to always --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 22e43ec9d10..cc005827bc0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -63,7 +63,6 @@ jobs: with: category: "/language:${{matrix.language}}" output: sarif-results - upload: failure-only - name: filter-sarif uses: advanced-security/filter-sarif@v1