We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97022a2 commit 83623bfCopy full SHA for 83623bf
1 file changed
.github/workflows/pipelines.yml .github/workflows/ci-pipeline.yml.github/workflows/pipelines.yml renamed to .github/workflows/ci-pipeline.yml
@@ -2,11 +2,6 @@ name: xUnit Ext. CI/CD Pipeline
2
on:
3
pull_request:
4
branches: [main]
5
- paths-ignore:
6
- - .codecov/**
7
- - .docfx/**
8
- - .nuget/**
9
- - '**/*.md'
10
workflow_dispatch:
11
inputs:
12
configuration:
@@ -80,12 +75,12 @@ jobs:
80
75
repository: codebeltnet/xunit
81
76
secrets: inherit
82
77
83
- # codeql:
84
- # name: call-codeql
85
- # needs: [build,test]
86
- # uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
87
- # permissions:
88
- # security-events: write
78
+ codeql:
79
+ name: call-codeql
+ needs: [build,test]
+ uses: codebeltnet/jobs-codeql/.github/workflows/default.yml@v3
+ permissions:
+ security-events: write
89
90
deploy:
91
if: github.event_name != 'pull_request'
0 commit comments