diff --git a/.github/workflows/build-main.yml b/.github/workflows/build-main.yml index fe0fcd0..f48d3f3 100644 --- a/.github/workflows/build-main.yml +++ b/.github/workflows/build-main.yml @@ -6,13 +6,13 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.10.0' + default: '2201.10.3' push: branches: - main env: - BALLERINA_DISTRIBUTION_VERSION: 2201.9.2 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.3 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index 8bbc5a9..67327ad 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -6,7 +6,7 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.10.0' + default: '2201.10.3' environment: type: choice description: Select environment @@ -40,7 +40,7 @@ jobs: uses: aquasecurity/trivy-action@master with: scan-type: 'rootfs' - scan-ref: '/github/workspace/ballerina/lib' + scan-ref: "${{ github.workspace }}/ballerina/lib" format: 'table' timeout: '10m0s' exit-code: '1' diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 2325fcf..f778bbe 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -8,10 +8,10 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.10.0' + default: '2201.10.3' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.3 # Update this with the latest Ballerina version jobs: build: @@ -49,7 +49,7 @@ jobs: uses: aquasecurity/trivy-action@master with: scan-type: 'rootfs' - scan-ref: '/github/workspace/ballerina/lib' + scan-ref: "${{ github.workspace }}/ballerina/lib" format: 'table' timeout: '10m0s' exit-code: '1' diff --git a/.github/workflows/graalvm-check.yml b/.github/workflows/graalvm-check.yml index 0679425..d1d72c0 100644 --- a/.github/workflows/graalvm-check.yml +++ b/.github/workflows/graalvm-check.yml @@ -8,10 +8,10 @@ on: ballerina_version: description: 'Ballerina version' required: true - default: '2201.10.0' + default: '2201.10.3' env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.3 # Update this with the latest Ballerina version jobs: build: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 835b54d..cca0ae6 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -49,7 +49,7 @@ jobs: uses: aquasecurity/trivy-action@master with: scan-type: 'rootfs' - scan-ref: '/github/workspace/ballerina/lib' + scan-ref: "${{ github.workspace }}/ballerina/lib" format: 'table' timeout: '10m0s' exit-code: '1' diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4f7c10e..7979903 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -3,7 +3,7 @@ name: Validate Pull Request on: pull_request env: - BALLERINA_DISTRIBUTION_VERSION: 2201.10.0 # Update this with the latest Ballerina version + BALLERINA_DISTRIBUTION_VERSION: 2201.10.3 # Update this with the latest Ballerina version jobs: ubuntu-build: diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml deleted file mode 100644 index af0eac8..0000000 --- a/ballerina/Dependencies.toml +++ /dev/null @@ -1,62 +0,0 @@ -# AUTO-GENERATED FILE. DO NOT MODIFY. - -# This file is auto-generated by Ballerina for managing dependency versions. -# It should not be modified by hand. - -[ballerina] -dependencies-toml-version = "2" -distribution-version = "2201.9.2" - -[[package]] -org = "ballerina" -name = "io" -version = "1.6.0" -dependencies = [ - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "lang.value"} -] -modules = [ - {org = "ballerina", packageName = "io", moduleName = "io"} -] - -[[package]] -org = "ballerina" -name = "jballerina.java" -version = "0.0.0" -modules = [ - {org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"} -] - -[[package]] -org = "ballerina" -name = "lang.value" -version = "0.0.0" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] - -[[package]] -org = "ballerina" -name = "observe" -version = "1.2.3" -dependencies = [ - {org = "ballerina", name = "jballerina.java"} -] -modules = [ - {org = "ballerina", packageName = "observe", moduleName = "observe"}, - {org = "ballerina", packageName = "observe", moduleName = "observe.mockextension"} -] - -[[package]] -org = "ballerinax" -name = "zipkin" -version = "0.9.0" -dependencies = [ - {org = "ballerina", name = "io"}, - {org = "ballerina", name = "jballerina.java"}, - {org = "ballerina", name = "observe"} -] -modules = [ - {org = "ballerinax", packageName = "zipkin", moduleName = "zipkin"} -] -