diff --git a/.github/workflows/test-secrets-action-sarif.yaml b/.github/workflows/test-secrets-action-sarif.yaml
index 7157f40..1ebbeac 100644
--- a/.github/workflows/test-secrets-action-sarif.yaml
+++ b/.github/workflows/test-secrets-action-sarif.yaml
@@ -24,4 +24,4 @@ jobs:
         uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # ratchet:github/codeql-action/upload-sarif@v3
         if: ${{ always() && steps.orcasecurity_secrets_scan.outputs.exit_code != 1 }}
         with:
-          sarif_file: results/secrets.sarif
\ No newline at end of file
+          sarif_file: results/secrets.sarif# TODO: Need to fix the workflow
diff --git a/.github/workflows/test-secrets-action.yaml b/.github/workflows/test-secrets-action.yaml
index 55db19b..862847c 100644
--- a/.github/workflows/test-secrets-action.yaml
+++ b/.github/workflows/test-secrets-action.yaml
@@ -17,4 +17,4 @@ jobs:
         with:
           api_token: ${{ secrets.ORCA_SECURITY_API_TOKEN }}
           project_key: "default"
-          console_output: "table"
\ No newline at end of file
+          console_output: "table"# TODO: Need to fix the workflow