File tree Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Expand file tree Collapse file tree 1 file changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
name : CodeQL
2
2
3
3
on :
4
+ pull_request :
5
+ branches :
6
+ - main
7
+ - release/*
8
+ - v0.*
9
+ - v1.*
10
+ - cloudfoundry
11
+ - gh-pages
4
12
push :
5
13
branches :
6
14
- main
7
- workflow_dispatch :
15
+ - release/*
16
+ - v0.*
17
+ - v1.*
18
+ - cloudfoundry
19
+ - gh-pages
20
+ schedule :
21
+ - cron : " 29 13 * * 2" # weekly at 13:29 UTC on Tuesday
8
22
9
23
permissions :
10
24
contents : read
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' }}
You can’t perform that action at this time.
0 commit comments