Skip to content

Commit c4f8227

Browse files
committed
👷 disable codeql due to .NET 10 RC2 github/codeql-action#3207
1 parent 6a55a1e commit c4f8227

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,15 +205,15 @@ jobs:
205205
secrets:
206206
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
207207

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
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
217217

218218
deploy:
219219
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)