Skip to content

Commit f39052f

Browse files
authored
Set final 4.11.0 tag in workflows (#539)
1 parent 6fe4d51 commit f39052f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wazuh_dashboard_with_plugins.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,21 +178,21 @@ jobs:
178178
build-base:
179179
needs: [validate-job]
180180
name: Build dashboard
181-
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.11.0-rc1
181+
uses: wazuh/wazuh-dashboard/.github/workflows/build_base.yml@v4.11.0
182182
with:
183183
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }}
184184

185185
build-main-plugins:
186186
needs: [validate-job]
187187
name: Build plugins
188-
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.11.0-rc1
188+
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/manual-build.yml@v4.11.0
189189
with:
190190
reference: ${{ inputs.reference_wazuh_plugins }}
191191

192192
build-security-plugin:
193193
needs: [validate-job]
194194
name: Build security plugin
195-
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.11.0-rc1
195+
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/manual-build.yml@v4.11.0
196196
with:
197197
reference: ${{ inputs.reference_security_plugins }}
198198

0 commit comments

Comments
 (0)