From ffe9f2dfb908fa40b69085c183d6fef96834d10a Mon Sep 17 00:00:00 2001 From: agampa263 <133222558+agampa263@users.noreply.github.com> Date: Tue, 27 May 2025 14:29:54 +0530 Subject: [PATCH 1/4] Update native_full_build.yml --- .github/workflows/native_full_build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/native_full_build.yml b/.github/workflows/native_full_build.yml index dbd0fa66..3b3e5def 100644 --- a/.github/workflows/native_full_build.yml +++ b/.github/workflows/native_full_build.yml @@ -16,10 +16,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + ref: 25Q2 - name: native build run: | sh -x build_dependencies.sh sh -x cov_build.sh env: - GITHUB_TOKEN: ${{ secrets.RDKCM_RDKE }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.RDKCM_RDKE }} From b4dd2f60f1f4af93708f5105b110d1156813a47e Mon Sep 17 00:00:00 2001 From: agampa263 <133222558+agampa263@users.noreply.github.com> Date: Tue, 27 May 2025 14:30:23 +0530 Subject: [PATCH 2/4] Update MiracastPlayer.cpp --- Miracast/MiracastPlayer/MiracastPlayer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Miracast/MiracastPlayer/MiracastPlayer.cpp b/Miracast/MiracastPlayer/MiracastPlayer.cpp index d0cdd772..d5dfb53b 100644 --- a/Miracast/MiracastPlayer/MiracastPlayer.cpp +++ b/Miracast/MiracastPlayer/MiracastPlayer.cpp @@ -1,3 +1,4 @@ + /** * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: From 457372b06ef2c9b64d30cd304d63878061c41ef2 Mon Sep 17 00:00:00 2001 From: agampa263 <133222558+agampa263@users.noreply.github.com> Date: Tue, 27 May 2025 18:48:20 +0530 Subject: [PATCH 3/4] Update native_full_build.yml --- .github/workflows/native_full_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_full_build.yml b/.github/workflows/native_full_build.yml index 3b3e5def..7debd78f 100644 --- a/.github/workflows/native_full_build.yml +++ b/.github/workflows/native_full_build.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: 25Q2 + ref: topic/RDKEMW-3705_testcoverity - name: native build run: | From c758fdd2257ddf8c85655bbbf69516a0330e2c1f Mon Sep 17 00:00:00 2001 From: agampa263 <133222558+agampa263@users.noreply.github.com> Date: Tue, 27 May 2025 19:10:58 +0530 Subject: [PATCH 4/4] Update native_full_build.yml --- .github/workflows/native_full_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_full_build.yml b/.github/workflows/native_full_build.yml index 7debd78f..3b3e5def 100644 --- a/.github/workflows/native_full_build.yml +++ b/.github/workflows/native_full_build.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: topic/RDKEMW-3705_testcoverity + ref: 25Q2 - name: native build run: |