We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133a832 commit cdbcbb3Copy full SHA for cdbcbb3
1 file changed
.github/workflows/codeql-analysis.yml
@@ -57,9 +57,6 @@ jobs:
57
contents: read
58
security-events: write
59
60
- container:
61
- image: localcodeql:latest
62
-
63
strategy:
64
fail-fast: false
65
matrix:
@@ -102,11 +99,7 @@ jobs:
102
99
image: localcodeql:latest
103
100
shell: bash
104
101
options: -v ${{ github.workspace }}:/glb-director
105
- run: |
106
- mkdir -p /glb-director/tmp/build
107
- mount
108
- cd /glb-director && ls -l
109
- cd /glb-director && make BUILDDIR=/glb-director/tmp/build clean mkdeb
+ run: cd /glb-director && make BUILDDIR=/glb-director/tmp/build clean mkdeb
110
111
- name: Perform CodeQL Analysis
112
uses: github/codeql-action/analyze@v2
0 commit comments