We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a55a1e commit c4f8227Copy full SHA for c4f8227
1 file changed
.github/workflows/pipelines.yml
@@ -205,15 +205,15 @@ jobs:
205
secrets:
206
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
207
208
- codeql:
209
- name: call-codeql
210
- needs: [build, test_linux, test_windows, integration_test]
211
- uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v2
212
- with:
213
- timeout-minutes: 30
214
- include-preview: true
215
- permissions:
216
- security-events: write
+ # codeql:
+ # name: call-codeql
+ # needs: [build, test_linux, test_windows, integration_test]
+ # uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v2
+ # with:
+ # timeout-minutes: 30
+ # include-preview: true
+ # permissions:
+ # security-events: write
217
218
deploy:
219
if: github.event_name != 'pull_request'
0 commit comments