From 4e8b342587f669d0bfc0d482e7e06d80b6abaf18 Mon Sep 17 00:00:00 2001 From: "John L. Singleton" Date: Thu, 7 Mar 2024 14:00:22 -0500 Subject: [PATCH] need to save this file --- .github/workflows/run-bundle-integration-tests-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-bundle-integration-tests-cpp.yml b/.github/workflows/run-bundle-integration-tests-cpp.yml index ddf9e6d..11e60f8 100644 --- a/.github/workflows/run-bundle-integration-tests-cpp.yml +++ b/.github/workflows/run-bundle-integration-tests-cpp.yml @@ -78,7 +78,7 @@ jobs: - name: Autobuild uses: github/codeql-action/autobuild@v2 with: - working-directory: integration-tests/${{ matrix.language }}/src/ # Path containing the example application + working-directory: example/integration-tests/${{ matrix.language }}/src/ # Path containing the example application - name: Perform CodeQL Analysis id: analysis @@ -108,4 +108,4 @@ jobs: shell: bash run: | # Compare the expected vs the actual - qlt bundle run validate-integration-tests --expected integration-tests/${{ matrix.language }}/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/${{ matrix.language }}.sarif \ No newline at end of file + qlt bundle run validate-integration-tests --expected example/integration-tests/${{ matrix.language }}/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/${{ matrix.language }}.sarif \ No newline at end of file