Skip to content

Commit 71f982a

Browse files
authored
ci: re-enable CodeQL scanning (#4752)
1 parent 2b7d859 commit 71f982a

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: "CodeQL"
22

33
on:
4-
workflow_dispatch:
5-
# # Temporarily disabled. See https://github.com/getsentry/sentry-dotnet/issues/4736
6-
# push:
7-
# branches: [ main ]
8-
# pull_request:
9-
# # The branches below must be a subset of the branches above
10-
# branches: [ main ]
11-
# schedule:
12-
# - cron: '22 5 * * 1'
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [ main ]
9+
schedule:
10+
- cron: '22 5 * * 1'
1311

1412
jobs:
1513
analyze:

0 commit comments

Comments
 (0)