File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -178,21 +178,21 @@ jobs:
178
178
build-base :
179
179
needs : [validate-job]
180
180
name : Build dashboard
181
- uses : wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.11.1-rc2
181
+ uses : wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.11.1
182
182
with :
183
183
CHECKOUT_TO : ${{ github.head_ref || github.ref_name }}
184
184
185
185
build-main-plugins :
186
186
needs : [validate-job]
187
187
name : Build plugins
188
- uses : wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.11.1-rc2
188
+ uses : wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.11.1
189
189
with :
190
190
reference : ${{ inputs.reference_wazuh_plugins }}
191
191
192
192
build-security-plugin :
193
193
needs : [validate-job]
194
194
name : Build security plugin
195
- uses : wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.11.1-rc2
195
+ uses : wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.11.1
196
196
with :
197
197
reference : ${{ inputs.reference_security_plugins }}
198
198
You can’t perform that action at this time.
0 commit comments