From eb74be9710486e24f4c3a89254adca9ad8bff176 Mon Sep 17 00:00:00 2001 From: Karthick Swaminathan <85346280+ks734@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:59:29 +0530 Subject: [PATCH 1/2] Update L2-tests.yml --- .github/workflows/L2-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/L2-tests.yml b/.github/workflows/L2-tests.yml index c0076a4d..a8dbfc3a 100755 --- a/.github/workflows/L2-tests.yml +++ b/.github/workflows/L2-tests.yml @@ -38,8 +38,9 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.x' - - run: pip install jsonref - pip install coverage + - run: | + pip install jsonref + pip install coverage - name: Set up CMake uses: jwlawson/actions-setup-cmake@v1.14 From ca7f8ca62fbe86d4358abe4004ed14781a7f3c68 Mon Sep 17 00:00:00 2001 From: Gurdal Oruklu Date: Thu, 29 Aug 2024 17:39:48 +0000 Subject: [PATCH 2/2] updated codeQL action script to v3 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c942d8d4..f42628f3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: cmake -DCMAKE_BUILD_TYPE=Debug -DRDK_PLATFORM=DEV_VM -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLEGACY_COMPONENTS=ON -DPLUGIN_TESTPLUGIN=ON -DPLUGIN_GPU=ON -DPLUGIN_LOCALTIME=ON -DPLUGIN_RTSCHEDULING=ON -DPLUGIN_HTTPPROXY=ON -DPLUGIN_APPSERVICES=ON -DPLUGIN_IONMEMORY=ON -DPLUGIN_DEVICEMAPPER=ON .. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: +security-and-quality @@ -59,6 +59,6 @@ jobs: - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{ matrix.language }}"