Skip to content

Commit 1564707

Browse files
author
Kevin Mack
committed
Fixing call
1 parent 36d3790 commit 1564707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
shell: bash
103103
run: |
104104
docker exec hostsvc-link bash -c "echo 'export PATH=\$PATH:/root/codeql/codeql/codeql' > /etc/profile.d/codeql.sh"
105-
docker exec hostsvc-link bash -c "codeql database create my-codeql-database --language=csharp"
105+
docker exec hostsvc-link bash -c "bash /root/codeql/codeql/codeql database create my-codeql-database --language=csharp"
106106
107107
- name: manual-build-project-service
108108
shell: bash
@@ -122,7 +122,7 @@ jobs:
122122
shell: bash
123123
run: |
124124
docker exec hostsvc-link bash -c "echo 'export PATH=\$PATH:/root/codeql/codeql/codeql' > /etc/profile.d/codeql.sh"
125-
docker exec hostsvc-link bash -c "codeql database analyze my-codeql-database security-extended,security-and-quality --format=csv --output=/var/spacedev/tmp/analysis-results.csv"
125+
docker exec hostsvc-link bash -c "bash /root/codeql/codeql/codeql database analyze my-codeql-database security-extended,security-and-quality --format=csv --output=/var/spacedev/tmp/analysis-results.csv"
126126
127127
- name: Upload analysis results
128128
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)