diff --git a/.github/workflows/apexE2E.yml b/.github/workflows/apexE2E.yml index d01ec2601c..57eaaf2782 100644 --- a/.github/workflows/apexE2E.yml +++ b/.github/workflows/apexE2E.yml @@ -36,7 +36,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' @@ -78,7 +78,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' diff --git a/.github/workflows/coreE2E.yml b/.github/workflows/coreE2E.yml index bf576e98f3..31b69eb11e 100644 --- a/.github/workflows/coreE2E.yml +++ b/.github/workflows/coreE2E.yml @@ -41,7 +41,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' @@ -88,7 +88,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' diff --git a/.github/workflows/deployRetrieveE2E.yml b/.github/workflows/deployRetrieveE2E.yml index 91b2260b04..8143f71d59 100644 --- a/.github/workflows/deployRetrieveE2E.yml +++ b/.github/workflows/deployRetrieveE2E.yml @@ -36,7 +36,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' @@ -78,7 +78,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a77defe983..a2f71946e8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -43,7 +43,7 @@ on: vscodeVersion: description: 'VSCode Version for ESM branches' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' @@ -57,7 +57,7 @@ jobs: secrets: inherit with: automationBranch: ${{ inputs.automationBranch || 'testesm' }} - vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }} + vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }} runId: ${{ inputs.runId || github.event.workflow_run.id }} Core_E2E_tests: @@ -66,7 +66,7 @@ jobs: secrets: inherit with: automationBranch: ${{ inputs.automationBranch || 'testesm' }} - vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }} + vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }} runId: ${{ inputs.runId || github.event.workflow_run.id }} DeployAndRetrieve_E2E_tests: @@ -75,7 +75,7 @@ jobs: secrets: inherit with: automationBranch: ${{ inputs.automationBranch || 'testesm' }} - vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }} + vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }} runId: ${{ inputs.runId || github.event.workflow_run.id }} LSP_E2E_tests: @@ -84,7 +84,7 @@ jobs: secrets: inherit with: automationBranch: ${{ inputs.automationBranch || 'testesm' }} - vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }} + vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }} runId: ${{ inputs.runId || github.event.workflow_run.id }} # LWC_E2E_tests: @@ -93,7 +93,7 @@ jobs: # secrets: inherit # with: # automationBranch: ${{ inputs.automationBranch || 'testesm' }} - # vscodeVersion: ${{ inputs.vscodeVersion || 'stable' }} + # vscodeVersion: ${{ inputs.vscodeVersion || '1.92.2' }} # runId: ${{ inputs.runId || github.event.workflow_run.id }} Apex_E2E_tests_min_vscode_version: diff --git a/.github/workflows/lspE2E.yml b/.github/workflows/lspE2E.yml index 9ae20fae37..5df0bb51e9 100644 --- a/.github/workflows/lspE2E.yml +++ b/.github/workflows/lspE2E.yml @@ -26,7 +26,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' @@ -58,7 +58,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: 'stable' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' diff --git a/.github/workflows/lwcE2E.yml b/.github/workflows/lwcE2E.yml index 2316bf62a2..93abc31dd6 100644 --- a/.github/workflows/lwcE2E.yml +++ b/.github/workflows/lwcE2E.yml @@ -6,7 +6,7 @@ on: automationBranch: description: 'Set the branch to use for automation tests' required: false - default: 'develop' + default: 'testesm' type: string debugLwcTests: description: 'Debug LWC Tests' @@ -21,7 +21,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: '1.85.2' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes' @@ -48,7 +48,7 @@ on: vscodeVersion: description: 'VSCode Version' required: false - default: '1.85.2' + default: '1.92.2' type: string runId: description: 'Run ID of the workflow run that created the vsixes'