From d3051ceaa4da4bcbae2d93722c58bdfd1460b07d Mon Sep 17 00:00:00 2001 From: Sean Kwak Date: Thu, 25 Sep 2025 21:41:14 +0100 Subject: [PATCH] chore: Update Checkmarx action to use main branch Now that the fork-friendly Checkmarx action with SCS support is merged, switch from test branch to main branch. --- .github/workflows/checkmarx.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkmarx.yaml b/.github/workflows/checkmarx.yaml index 817f4ab..cb52610 100644 --- a/.github/workflows/checkmarx.yaml +++ b/.github/workflows/checkmarx.yaml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: midnightntwrk/upload-sarif-github-action - ref: sean/PM-19431-fork-friendly-checkmarx # Use branch until merged + ref: main path: upload-sarif-github-action token: ${{ secrets.MIDNIGHTCI_REPO }}