diff --git a/.github/workflows/test-full-suite.yml b/.github/workflows/test-full-suite.yml index 71e04192e17..7ea18f7733f 100644 --- a/.github/workflows/test-full-suite.yml +++ b/.github/workflows/test-full-suite.yml @@ -45,14 +45,15 @@ jobs: trigger: runs-on: ubuntu-latest steps: - - run: | - echo "Running full test suite:" - echo " - E2E Tests / Electron (Linux): ${{ inputs.run_e2e_linux }}" - echo " - E2E Tests / Electron (Windows): ${{ inputs.run_e2e_windows }}" - echo " - E2E Tests / Chromium (Linux): ${{ inputs.run_e2e_browser }}" - echo " - Unit Tests: ${{ inputs.run_unit_tests }}" - echo " - Integration Tests: ${{ inputs.run_integration_tests }}" - echo " - Slack notification on: ${{ inputs.notify_on }}" + - name: Log Input Details to GH Summary + run: | + echo "### Test Suite Configuration" >> $GITHUB_STEP_SUMMARY + echo "- **E2E Tests / Electron (Linux)**: ${{ inputs.run_e2e_linux }}" >> $GITHUB_STEP_SUMMARY + echo "- **E2E Tests / Electron (Windows)**: ${{ inputs.run_e2e_windows }}" >> $GITHUB_STEP_SUMMARY + echo "- **E2E Tests / Chromium (Linux)**: ${{ inputs.run_e2e_browser }}" >> $GITHUB_STEP_SUMMARY + echo "- **Unit Tests**: ${{ inputs.run_unit_tests }}" >> $GITHUB_STEP_SUMMARY + echo "- **Integration Tests**: ${{ inputs.run_integration_tests }}" >> $GITHUB_STEP_SUMMARY + echo "- **Slack Notification On**: ${{ inputs.notify_on }}" >> $GITHUB_STEP_SUMMARY e2e-electron: name: e2e diff --git a/build/secrets/.secrets.baseline b/build/secrets/.secrets.baseline index da07d4347f0..f3d80454691 100644 --- a/build/secrets/.secrets.baseline +++ b/build/secrets/.secrets.baseline @@ -90,10 +90,6 @@ { "path": "detect_secrets.filters.allowlist.is_line_allowlisted" }, - { - "path": "detect_secrets.filters.common.is_baseline_file", - "filename": "build/secrets/.secrets.baseline" - }, { "path": "detect_secrets.filters.heuristic.is_indirect_reference" }, @@ -133,6 +129,15 @@ } ], "results": { + ".github/workflows/test-full-suite.yml": [ + { + "type": "Secret Keyword", + "filename": ".github/workflows/test-full-suite.yml", + "hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0", + "is_verified": false, + "line_number": 78 + } + ], ".github/workflows/test-merge.yml": [ { "type": "Secret Keyword", @@ -1891,6 +1896,15 @@ "is_secret": false } ], + "src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts": [ + { + "type": "IBM Cloud IAM Key", + "filename": "src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts", + "hashed_secret": "0d43d6e259826e4ecbda1644424b26de54faa665", + "is_verified": false, + "line_number": 96 + } + ], "src/vs/workbench/services/extensions/worker/webWorkerExtensionHostIframe.html": [ { "type": "Base64 High Entropy String", @@ -1930,5 +1944,5 @@ } ] }, - "generated_at": "2024-12-13T20:18:25Z" + "generated_at": "2024-12-13T21:06:07Z" }