From 7c0a29b7609aa30b2f9aa66d31da3ba044f2ac9d Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 4 Feb 2026 16:01:22 +0000 Subject: [PATCH] fix: Merge branch 'development' --- .github/workflows/security-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-pr.yml b/.github/workflows/security-pr.yml index cdfabb5c..9d9cee01 100644 --- a/.github/workflows/security-pr.yml +++ b/.github/workflows/security-pr.yml @@ -234,7 +234,7 @@ jobs: - name: Upload Trivy SARIF to GitHub Security if: steps.check-artifact.outputs.artifact_exists == 'true' # github/codeql-action v4 - uses: github/codeql-action/upload-sarif@7deb0a15d3029449bc515a36324b0b21d24f6e27 + uses: github/codeql-action/upload-sarif@f959778b39f110f7919139e242fa5ac47393c877 with: sarif_file: 'trivy-binary-results.sarif' category: ${{ steps.pr-info.outputs.is_push == 'true' && format('security-scan-{0}', github.event.workflow_run.head_branch) || format('security-scan-pr-{0}', steps.pr-info.outputs.pr_number) }}