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 15ffb01 commit ca29df7Copy full SHA for ca29df7
.github/workflows/pipelines.yml
@@ -84,14 +84,14 @@ jobs:
84
repository: codebeltnet/xunit
85
secrets: inherit
86
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
+ # codeql:
+ # name: call-codeql
+ # needs: [build,test]
+ # uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v2
+ # with:
+ # include-preview: true
+ # permissions:
+ # security-events: write
95
96
deploy:
97
if: github.event_name != 'pull_request'
0 commit comments