diff --git a/.github/workflows/build-connector-template.yml b/.github/workflows/build-connector-template.yml index ad4dc6c0..fad1631d 100644 --- a/.github/workflows/build-connector-template.yml +++ b/.github/workflows/build-connector-template.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 - name: Change to Timestamped Version if: ${{ inputs.publish-required == true }} diff --git a/.github/workflows/build-timestamp-master-template.yml b/.github/workflows/build-timestamp-master-template.yml index 929d3d21..f282bd5e 100644 --- a/.github/workflows/build-timestamp-master-template.yml +++ b/.github/workflows/build-timestamp-master-template.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Change to Timestamped Version run: | diff --git a/.github/workflows/build-with-bal-test-graalvm-template.yml b/.github/workflows/build-with-bal-test-graalvm-template.yml index 32bd7599..fb84c30c 100644 --- a/.github/workflows/build-with-bal-test-graalvm-template.yml +++ b/.github/workflows/build-with-bal-test-graalvm-template.yml @@ -7,7 +7,7 @@ on: description: Branch/Release Tag of the Ballerina Lang type: string required: false - default: java21 + default: master lang_version: description: Ballerina Lang Version (If given ballerina lang buid will be skipped) type: string @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v3 with: repository: 'ballerina-platform/ballerina-lang' - ref: ${{ inputs.lang_tag || 'java21' }} + ref: ${{ inputs.lang_tag || 'master' }} - name: Set Ballerina Lang version run: | @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v3 with: repository: 'ballerina-platform/ballerina-lang' - ref: ${{ inputs.lang_tag || 'java21' }} + ref: ${{ inputs.lang_tag || 'master' }} - name: Set Ballerina Lang version run: | diff --git a/.github/workflows/central-publish-template.yml b/.github/workflows/central-publish-template.yml index 170a9445..a579c1a7 100644 --- a/.github/workflows/central-publish-template.yml +++ b/.github/workflows/central-publish-template.yml @@ -27,7 +27,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/daily-build-connector-template.yml b/.github/workflows/daily-build-connector-template.yml index cc1e29d1..ba77c7fb 100644 --- a/.github/workflows/daily-build-connector-template.yml +++ b/.github/workflows/daily-build-connector-template.yml @@ -35,7 +35,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/dev-stage-central-publish-connector-template.yml b/.github/workflows/dev-stage-central-publish-connector-template.yml index 3bdc7c64..6b1cc7a3 100644 --- a/.github/workflows/dev-stage-central-publish-connector-template.yml +++ b/.github/workflows/dev-stage-central-publish-connector-template.yml @@ -37,7 +37,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/pr-build-connector-template.yml b/.github/workflows/pr-build-connector-template.yml index e588df26..74b0be7b 100644 --- a/.github/workflows/pr-build-connector-template.yml +++ b/.github/workflows/pr-build-connector-template.yml @@ -42,7 +42,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/pull-request-build-template.yml b/.github/workflows/pull-request-build-template.yml index c4c5080a..66dab26d 100644 --- a/.github/workflows/pull-request-build-template.yml +++ b/.github/workflows/pull-request-build-template.yml @@ -38,7 +38,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | @@ -71,7 +71,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/release-package-connector-template.yml b/.github/workflows/release-package-connector-template.yml index 73c219ab..a760f961 100644 --- a/.github/workflows/release-package-connector-template.yml +++ b/.github/workflows/release-package-connector-template.yml @@ -49,7 +49,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/release-package-template.yml b/.github/workflows/release-package-template.yml index 10f40e6d..d70cc647 100644 --- a/.github/workflows/release-package-template.yml +++ b/.github/workflows/release-package-template.yml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 - name: Set ENV Variables run: | diff --git a/.github/workflows/s4hana-build-connector-template.yml b/.github/workflows/s4hana-build-connector-template.yml index 0f89ab4d..f1ea0443 100644 --- a/.github/workflows/s4hana-build-connector-template.yml +++ b/.github/workflows/s4hana-build-connector-template.yml @@ -33,7 +33,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build the Package env: @@ -78,7 +78,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build the Package env: diff --git a/.github/workflows/s4hana-daily-build-connector-template.yml b/.github/workflows/s4hana-daily-build-connector-template.yml index 09a082f2..1437a4e9 100644 --- a/.github/workflows/s4hana-daily-build-connector-template.yml +++ b/.github/workflows/s4hana-daily-build-connector-template.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build the Package env: @@ -69,7 +69,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build the Package env: diff --git a/.github/workflows/s4hana-dev-stage-central-publish-template.yml b/.github/workflows/s4hana-dev-stage-central-publish-template.yml index d2bd389b..9086b43b 100644 --- a/.github/workflows/s4hana-dev-stage-central-publish-template.yml +++ b/.github/workflows/s4hana-dev-stage-central-publish-template.yml @@ -46,7 +46,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Ballerina Central Dev Push if: ${{ inputs.environment == 'DEV CENTRAL' }} diff --git a/.github/workflows/s4hana-dev-stage-central-single-publish-template.yml b/.github/workflows/s4hana-dev-stage-central-single-publish-template.yml index 69f7f4d3..1c80dbc3 100644 --- a/.github/workflows/s4hana-dev-stage-central-single-publish-template.yml +++ b/.github/workflows/s4hana-dev-stage-central-single-publish-template.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Ballerina Central Dev Push if: ${{ inputs.environment == 'DEV CENTRAL' }} diff --git a/.github/workflows/s4hana-pr-template.yml b/.github/workflows/s4hana-pr-template.yml index 7811fbb8..c2c7e10b 100644 --- a/.github/workflows/s4hana-pr-template.yml +++ b/.github/workflows/s4hana-pr-template.yml @@ -44,7 +44,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build the Package env: @@ -97,7 +97,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build the Package env: diff --git a/.github/workflows/s4hana-release-template.yml b/.github/workflows/s4hana-release-template.yml index c1c096d8..49a727f4 100644 --- a/.github/workflows/s4hana-release-template.yml +++ b/.github/workflows/s4hana-release-template.yml @@ -36,7 +36,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: 21 + java-version: 21.0.3 # This step is because this repoistory is a collection of packages - name: Change version in gradle.properties diff --git a/.github/workflows/s4hana-trivy-scan.yml b/.github/workflows/s4hana-trivy-scan.yml index b14eb550..f0d42716 100644 --- a/.github/workflows/s4hana-trivy-scan.yml +++ b/.github/workflows/s4hana-trivy-scan.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build with Gradle env: diff --git a/.github/workflows/test_stdlib_releases_with_staging.yml b/.github/workflows/test_stdlib_releases_with_staging.yml index 7c4d1ab7..49eae836 100644 --- a/.github/workflows/test_stdlib_releases_with_staging.yml +++ b/.github/workflows/test_stdlib_releases_with_staging.yml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Run Ballerina Library Package Tests env: @@ -53,7 +53,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Run Ballerina Library Package Tests env: diff --git a/.github/workflows/trivy-scan-template.yml b/.github/workflows/trivy-scan-template.yml index 99e72bd5..9bf31ca4 100644 --- a/.github/workflows/trivy-scan-template.yml +++ b/.github/workflows/trivy-scan-template.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: 21 + java-version: 21.0.3 - name: Build with Gradle env: