File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build and commit docs
2
2
3
3
on :
4
4
push :
5
- branches : [main]
5
+ branches : [' main' ]
6
6
7
7
permissions :
8
8
contents : write
Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [5.x]
3
+ branches : [' 5.x' ]
4
4
workflow_dispatch : {}
5
5
6
6
permissions :
19
19
- id : release
20
20
uses : googleapis/release-please-action@v4
21
21
with :
22
- target-branch : 5.x
22
+ target-branch : ' 5.x'
23
23
24
24
build :
25
25
needs : [release_please]
75
75
with :
76
76
release_version : ${{ env.package_version }}
77
77
product_name : mongodb
78
- sarif_report_target_ref : 5.x
78
+ sarif_report_target_ref : ' 5.x'
79
79
third_party_dependency_tool : n/a
80
80
dist_filenames : artifacts/*
81
81
token : ${{ github.token }}
Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [6.8]
3
+ branches : [' 6.8' ]
4
4
workflow_dispatch : {}
5
5
6
6
permissions :
@@ -19,11 +19,11 @@ jobs:
19
19
- id : release
20
20
uses : googleapis/release-please-action@v4
21
21
with :
22
- target-branch : 6.8
22
+ target-branch : ' 6.8'
23
23
24
24
build :
25
25
needs : [release_please]
26
- name : " Perform any build or bundling steps, as necessary."
26
+ name : ' Perform any build or bundling steps, as necessary.'
27
27
uses : ./.github/workflows/build.yml
28
28
29
29
ssdlc :
75
75
with :
76
76
release_version : ${{ env.package_version }}
77
77
product_name : mongodb
78
- sarif_report_target_ref : 6.8
78
+ sarif_report_target_ref : ' 6.8'
79
79
third_party_dependency_tool : n/a
80
80
dist_filenames : artifacts/*
81
81
token : ${{ github.token }}
Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
- branches : [main]
3
+ branches : [' main' ]
4
4
workflow_dispatch : {}
5
5
6
6
permissions :
19
19
- id : release
20
20
uses : googleapis/release-please-action@v4
21
21
with :
22
- target-branch : main
22
+ target-branch : ' main'
23
23
24
24
build :
25
25
needs : [release_please]
75
75
with :
76
76
release_version : ${{ env.package_version }}
77
77
product_name : mongodb
78
- sarif_report_target_ref : main
78
+ sarif_report_target_ref : ' main'
79
79
third_party_dependency_tool : n/a
80
80
dist_filenames : artifacts/*
81
81
token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments