File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,12 @@ jobs:
66
66
with :
67
67
languages : ${{ matrix.language }}
68
68
queries : security-extended
69
- source-root : integration-tests/cpp/src/ # Path containing the example application
70
69
tools : ${{ env.QLT_CODEQL_BUNDLE_PATH }}
71
70
72
71
- name : Autobuild
73
72
uses : github/codeql-action/autobuild@v2
74
73
with :
75
- working-directory : integration-tests/cpp/src/ # Path containing the example application
74
+ working-directory : example/ integration-tests/cpp/src/ # Path containing the example application
76
75
77
76
- name : Perform CodeQL Analysis
78
77
id : analysis
@@ -105,4 +104,4 @@ jobs:
105
104
shell : bash
106
105
run : |
107
106
# Compare the expected vs the actual
108
- qlt bundle run validate-integration-tests --expected integration-tests/cpp/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/cpp.sarif
107
+ qlt bundle run validate-integration-tests --expected example/ integration-tests/cpp/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/cpp.sarif
You can’t perform that action at this time.
0 commit comments