We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8105843 commit bce0fa7Copy full SHA for bce0fa7
.github/workflows/codeql.yml
@@ -117,9 +117,7 @@ jobs:
117
matrix:
118
include:
119
- language: actions
120
- build-mode: none
121
- language: python
122
123
124
permissions:
125
contents: read
@@ -132,7 +130,7 @@ jobs:
132
130
uses: ./init
133
131
with:
134
languages: ${{ matrix.language }}
135
- build-mode: ${{ matrix.build-mode }}
+ build-mode: none
136
config: >
137
paths-ignore:
138
- lib
0 commit comments