Skip to content

Commit 7a5d710

Browse files
committed
👷 enable codeql due to potential fix github/codeql#20663
1 parent c6556a6 commit 7a5d710

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/pipelines.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -205,20 +205,20 @@ 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'
220220
name: call-nuget
221-
needs: [build, pack, test_linux, test_windows, integration_test, sonarcloud, codecov] # codeql
221+
needs: [build, pack, test_linux, test_windows, integration_test, sonarcloud, codecov, codeql]
222222
uses: codebeltnet/jobs-nuget-push/.github/workflows/default.yml@v1
223223
with:
224224
version: ${{ needs.build.outputs.version }}

0 commit comments

Comments
 (0)