From c535a0bfacd11bf5c44378cf3a6d0d7f873b1459 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 14:36:12 +0530 Subject: [PATCH 1/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index ece93382c47..06b2e03c6ae 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,6 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: + - run : sudo apt-get update && sudo apt-get install -qqq libicu63 - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From 5c125125c98e62e8804fef275c9a2592c1fa216b Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 14:52:10 +0530 Subject: [PATCH 2/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index 06b2e03c6ae..c62cb44675f 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,7 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : sudo apt-get update && sudo apt-get install -qqq libicu63 + - run : sudo apt-get update && sudo apt-get install -qqq libicu - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From cea1a8f517a45652368f32e949814c10d5c63654 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 14:58:24 +0530 Subject: [PATCH 3/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index c62cb44675f..1e18290704b 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,7 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : sudo apt-get update && sudo apt-get install -qqq libicu + - run : sudo apt-get update && sudo apt-get install -qqq libicu-dev - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From e39112aa6620d19a54171b290c2cce73c0e26b86 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 15:08:05 +0530 Subject: [PATCH 4/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index 1e18290704b..9250aea5cbf 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,7 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : sudo apt-get update && sudo apt-get install -qqq libicu-dev + - run : sudo apt-get update && sudo apt-get install -qqq libicu74 - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From a12c4714f0b5d63976d3439b5c0e83592ba9ca82 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 15:11:45 +0530 Subject: [PATCH 5/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index 9250aea5cbf..94053eb67aa 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,7 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : sudo apt-get update && sudo apt-get install -qqq libicu74 + - run : sudo apt-get update && sudo apt-get -y install libicu74 - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From 01d5d90311366a2bfa20a9d806eb1eb7f40f6954 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 15:14:53 +0530 Subject: [PATCH 6/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index 94053eb67aa..afc6c3e9522 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,7 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : sudo apt-get update && sudo apt-get -y install libicu74 + - run : sudo apt-get update && sudo apt-get -y install libicu70 - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From a9a6788d845dca0452708383bbdacce59d3cad98 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 15:16:59 +0530 Subject: [PATCH 7/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index afc6c3e9522..e0ae6a484d6 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -14,7 +14,7 @@ jobs: dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : sudo apt-get update && sudo apt-get -y install libicu70 + - run : export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From 9a33b7f2aec5e0047bb019a83db8658339707f86 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 15:21:53 +0530 Subject: [PATCH 8/9] Update detection-template-schema-validations.yaml --- .github/workflows/detection-template-schema-validations.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/detection-template-schema-validations.yaml b/.github/workflows/detection-template-schema-validations.yaml index e0ae6a484d6..78591e45237 100644 --- a/.github/workflows/detection-template-schema-validations.yaml +++ b/.github/workflows/detection-template-schema-validations.yaml @@ -8,13 +8,12 @@ on: workflow_dispatch: jobs: DetectionTemplateSchemaValidation: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: buildConfiguration: Release dotnetSdkVersion: 3.1.401 PRNUM: ${{ github.event.pull_request.number }} steps: - - run : export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 - uses: actions/checkout@v4 - name: Use .NET Core SDK ${{ env.dotnetSdkVersion }} uses: actions/setup-dotnet@v4 From 009462bf1f0d55c9681bdb820b16e084c7b28536 Mon Sep 17 00:00:00 2001 From: rahul0216 Date: Tue, 7 Jan 2025 15:28:00 +0530 Subject: [PATCH 9/9] Update non-ascii-validations.yaml --- .github/workflows/non-ascii-validations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/non-ascii-validations.yaml b/.github/workflows/non-ascii-validations.yaml index ca37bec3a71..ddca1038d0b 100644 --- a/.github/workflows/non-ascii-validations.yaml +++ b/.github/workflows/non-ascii-validations.yaml @@ -9,7 +9,7 @@ on: workflow_dispatch: jobs: NonAsciiValidations: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 env: buildConfiguration: Release dotnetSdkVersion: 3.1.401