We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e43cdd9 + 013b71c commit e745225Copy full SHA for e745225
.github/workflows/codeql-daily.yml .github/workflows/codeql.yml
@@ -1,10 +1,24 @@
1
name: CodeQL
2
3
on:
4
+ pull_request:
5
+ branches:
6
+ - main
7
+ - release/*
8
+ - v0.*
9
+ - v1.*
10
+ - cloudfoundry
11
+ - gh-pages
12
push:
13
branches:
14
- main
- workflow_dispatch:
15
16
17
18
19
20
+ schedule:
21
+ - cron: "29 13 * * 2" # weekly at 13:29 UTC on Tuesday
22
23
permissions:
24
contents: read
@@ -46,14 +60,3 @@ jobs:
46
60
47
61
- name: Perform CodeQL analysis
48
62
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
49
-
50
- workflow-notification:
51
- permissions:
52
- contents: read
53
- issues: write
54
- needs:
55
- - analyze
56
- if: always()
57
- uses: ./.github/workflows/reusable-workflow-notification.yml
58
- with:
59
- success: ${{ needs.analyze.result == 'success' }}
0 commit comments