File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ name: "CodeQL"
7
7
8
8
on :
9
9
push :
10
- branches : [ master ]
10
+ branches : [ main ]
11
11
pull_request :
12
12
# The branches below must be a subset of the branches above
13
- branches : [ master ]
13
+ branches : [ main ]
14
14
schedule :
15
- - cron : ' 0 17 * * 5 '
15
+ - cron : ' 30 1 * * 0 '
16
16
17
17
jobs :
18
18
analyze :
23
23
# required for all workflows
24
24
security-events : write
25
25
26
+ # only required for workflows in private repositories
27
+ actions : read
28
+ contents : read
29
+
26
30
strategy :
27
31
fail-fast : false
28
32
matrix :
Original file line number Diff line number Diff line change 1
1
# nats
2
2
3
+ [ ![ CodeQL] ( https://github.com/golang-queue/nats/actions/workflows/codeql.yaml/badge.svg )] ( https://github.com/golang-queue/nats/actions/workflows/codeql.yaml )
3
4
[ ![ Run Testing] ( https://github.com/golang-queue/nats/actions/workflows/go.yml/badge.svg )] ( https://github.com/golang-queue/nats/actions/workflows/go.yml )
4
5
[ ![ codecov] ( https://codecov.io/gh/golang-queue/nats/branch/main/graph/badge.svg?token=FFZN8E2ZZB )] ( https://codecov.io/gh/golang-queue/nats )
6
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/golang-queue/nats )] ( https://goreportcard.com/report/github.com/golang-queue/nats )
5
7
6
8
NATS as backend with [ Queue package] ( https://github.com/golang-queue/queue ) (Connective Technology for Adaptive Edge & Distributed Systems)
7
9
You can’t perform that action at this time.
0 commit comments