We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b9913 commit 6a8d35cCopy full SHA for 6a8d35c
1 file changed
.github/workflows/continuous-integration.yml
@@ -92,7 +92,7 @@ jobs:
92
CODEQL_PATH: "$GITHUB_WORKSPACE/codeql/codeql"
93
working-directory: ./codeql-ruby
94
run: |
95
- $CODEQL_PATH test run ql/test
+ $GITHUB_WORKSPACE/codeql/codeql test run ql/test
96
97
# - name: Setup tmate session
98
# uses: mxschmitt/action-tmate@v2
0 commit comments