diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index e6ff4e4..66cd857 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -18,7 +18,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 17.0.7 - name: Change to Timestamped Version run: | startTime=$(TZ="Asia/Kolkata" date +'%Y%m%d-%H%M00') diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index f251d30..b8ea2e3 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -22,7 +22,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 17.0.7 - name: Build with Gradle env: packageUser: ${{ github.actor }} diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 95fae81..4a4b164 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 17.0.7 - name: Build with Gradle env: packageUser: ${{ github.actor }} diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 527fdd7..005b72c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 17.0.7 - name: Build with Gradle env: packageUser: ${{ github.actor }} @@ -35,7 +35,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 17.0.7 - name: Build with Gradle env: packageUser: ${{ github.actor }} diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index da73b2f..a11911c 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -15,7 +15,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: 17 + java-version: 17.0.7 - name: Build with Gradle env: packageUser: ${{ github.actor }} diff --git a/gradle.properties b/gradle.properties index 2575d5e..d551c18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ version=1.4.4-SNAPSHOT ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796 -ballerinaGradlePluginVersion=2.0.1-SNAPSHOT +ballerinaGradlePluginVersion=2.0.1 testngVersion=6.14.3 slf4jVersion=1.7.30 githubSpotbugsVersion=5.0.14