File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 78
78
- name : Autobuild
79
79
uses : github/codeql-action/autobuild@v2
80
80
with :
81
- working-directory : integration-tests/${{ matrix.language }}/src/ # Path containing the example application
81
+ working-directory : example/ integration-tests/${{ matrix.language }}/src/ # Path containing the example application
82
82
83
83
- name : Perform CodeQL Analysis
84
84
id : analysis
@@ -108,4 +108,4 @@ jobs:
108
108
shell : bash
109
109
run : |
110
110
# Compare the expected vs the actual
111
- qlt bundle run validate-integration-tests --expected integration-tests/${{ matrix.language }}/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/${{ matrix.language }}.sarif
111
+ qlt bundle run validate-integration-tests --expected example/ integration-tests/${{ matrix.language }}/expected.sarif --actual ${{ steps.analysis.outputs.sarif-output }}/${{ matrix.language }}.sarif
You can’t perform that action at this time.
0 commit comments