Skip to content

Commit 9633b36

Browse files
committed
👷 enable codeql due to potential fix github/codeql#20663
1 parent e3532e1 commit 9633b36

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ 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'
9898
name: call-nuget
99-
needs: [build, pack, test, sonarcloud, codecov] # codeql
99+
needs: [build, pack, test, sonarcloud, codecov, codeql]
100100
uses: codebeltnet/jobs-nuget-push/.github/workflows/default.yml@v2
101101
with:
102102
version: ${{ needs.build.outputs.version }}

0 commit comments

Comments
 (0)