Skip to content

Commit ca29df7

Browse files
committed
👷 disable codeql due to .NET 10 RC2 github/codeql-action#3207
1 parent 15ffb01 commit ca29df7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/pipelines.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ jobs:
8484
repository: codebeltnet/xunit
8585
secrets: inherit
8686

87-
codeql:
88-
name: call-codeql
89-
needs: [build,test]
90-
uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v2
91-
with:
92-
include-preview: true
93-
permissions:
94-
security-events: write
87+
# codeql:
88+
# name: call-codeql
89+
# needs: [build,test]
90+
# uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v2
91+
# with:
92+
# include-preview: true
93+
# permissions:
94+
# security-events: write
9595

9696
deploy:
9797
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)