File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -103,21 +103,21 @@ jobs:
103
103
build-base :
104
104
needs : [validate-inputs]
105
105
name : Build dashboard
106
- uses : wazuh/wazuh-dashboard/.github/workflows/build_base.yml@4 .9.2
106
+ uses : wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4 .9.2-rc1
107
107
with :
108
108
CHECKOUT_TO : ${{ github.head_ref || github.ref_name }}
109
109
110
110
build-main-plugins :
111
111
needs : [validate-inputs]
112
112
name : Build plugins
113
- uses : wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@4 .9.2
113
+ uses : wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4 .9.2-rc1
114
114
with :
115
115
reference : ${{ inputs.reference_wazuh_plugins }}
116
116
117
117
build-security-plugin :
118
118
needs : [validate-inputs]
119
119
name : Build security plugin
120
- uses : wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@4 .9.2
120
+ uses : wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4 .9.2-rc1
121
121
with :
122
122
reference : ${{ inputs.reference_security_plugins }}
123
123
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to the Wazuh app project will be documented in this file.
4
4
5
- ## Wazuh dashboard v4.9.2 - OpenSearch Dashboards 2.13.0 - Revision 00
5
+ ## Wazuh dashboard v4.9.2 - OpenSearch Dashboards 2.13.0 - Revision 01
6
6
7
7
### Added
8
8
Original file line number Diff line number Diff line change 21
21
},
22
22
"wazuh" : {
23
23
"version" : " 4.9.2" ,
24
- "revision" : " 00 "
24
+ "revision" : " 01 "
25
25
},
26
26
"homepage" : " https://opensearch.org" ,
27
27
"bugs" : {
You can’t perform that action at this time.
0 commit comments