From 1df7aa3dc4bfd08a7fbfe8ca7febb933de2424a2 Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 14:59:47 +0530 Subject: [PATCH 1/8] Update build-timestamped-master.yml --- .github/workflows/build-timestamped-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index a35a744a..2d154ffc 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -14,5 +14,5 @@ jobs: call_workflow: name: Run Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-timestamp-master-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-timestamp-master-template.yml@main secrets: inherit From 06b055d57352a39d547e07dfb8008aeb74a821b7 Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:00:45 +0530 Subject: [PATCH 2/8] Update build-with-bal-test-graalvm.yml --- .github/workflows/build-with-bal-test-graalvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 34eecaa8..7c4a1370 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -30,7 +30,7 @@ jobs: call_stdlib_workflow: name: Run StdLib Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/build-with-bal-test-graalvm-template.yml@main with: lang_tag: ${{ inputs.lang_tag }} lang_version: ${{ inputs.lang_version }} From 0af6962ff4ed50cf65bcffa149bcb7a76a12cb2f Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:00:58 +0530 Subject: [PATCH 3/8] Update central-publish.yml --- .github/workflows/central-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/central-publish.yml b/.github/workflows/central-publish.yml index c0bd478b..11922b55 100644 --- a/.github/workflows/central-publish.yml +++ b/.github/workflows/central-publish.yml @@ -15,7 +15,7 @@ jobs: call_workflow: name: Run Central Publish Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/central-publish-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/central-publish-template.yml@main secrets: inherit with: environment: ${{ github.event.inputs.environment }} From 13162beae5a510b0b7b584ac4984fec9c29a24af Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:01:16 +0530 Subject: [PATCH 4/8] Update process-load-test-result.yml --- .github/workflows/process-load-test-result.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-load-test-result.yml b/.github/workflows/process-load-test-result.yml index 040a53a9..b60ecdbf 100644 --- a/.github/workflows/process-load-test-result.yml +++ b/.github/workflows/process-load-test-result.yml @@ -6,7 +6,7 @@ on: jobs: call_stdlib_process_load_test_results_workflow: name: Run StdLib Process Load Test Results Workflow - uses: ballerina-platform/ballerina-standard-library/.github/workflows/process-load-test-results-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/process-load-test-results-template.yml@main with: results: ${{ toJson(github.event.client_payload.results) }} secrets: From a23a215b89a4ebe2251a9e14b95dfdac22ff97a6 Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:01:29 +0530 Subject: [PATCH 5/8] Update publish-release.yml --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 23096e34..ba6201d3 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -9,7 +9,7 @@ jobs: call_workflow: name: Run Release Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/release-package-template.yml@main secrets: inherit with: package-name: log From fd987865873d3b801f817444609a8631e161a101 Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:01:42 +0530 Subject: [PATCH 6/8] Update pull-request.yml --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 494e6aee..31e0976d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -10,5 +10,5 @@ jobs: call_workflow: name: Run PR Build Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main secrets: inherit From 1aa15e95dd5385897ad20e65ced5af512389019a Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:02:00 +0530 Subject: [PATCH 7/8] Update trigger-load-tests.yml --- .github/workflows/trigger-load-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-load-tests.yml b/.github/workflows/trigger-load-tests.yml index 73fc95d9..4ec3801f 100644 --- a/.github/workflows/trigger-load-tests.yml +++ b/.github/workflows/trigger-load-tests.yml @@ -22,7 +22,7 @@ jobs: call_stdlib_trigger_load_test_workflow: name: Run StdLib Load Test Workflow if: ${{ github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository_owner == 'ballerina-platform') }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/trigger-load-tests-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/trigger-load-tests-template.yml@main with: repo_name: 'module-ballerina-log' runtime_artifacts_url: 'https://api.github.com/repos/ballerina-platform/module-ballerina-log/actions/artifacts' From 8f8ad678acc9c105f2883f4999cd5f21132885d7 Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 26 Apr 2024 15:02:12 +0530 Subject: [PATCH 8/8] Update trivy-scan.yml --- .github/workflows/trivy-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index e6251033..c02c8ff4 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -9,5 +9,5 @@ jobs: call_workflow: name: Run Trivy Scan Workflow if: ${{ github.repository_owner == 'ballerina-platform' }} - uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main + uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main secrets: inherit