forked from wazuh/wazuh-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a5e0199
commit 01c2ad1
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,21 +103,21 @@ jobs: | |
build-base: | ||
needs: [validate-inputs] | ||
name: Build dashboard | ||
uses: wazuh/wazuh-dashboard/.github/workflows/[email protected]alpha1 | ||
uses: wazuh/wazuh-dashboard/.github/workflows/[email protected]alpha2 | ||
with: | ||
CHECKOUT_TO: ${{ github.head_ref || github.ref_name }} | ||
|
||
build-main-plugins: | ||
needs: [validate-inputs] | ||
name: Build plugins | ||
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/[email protected]alpha1 | ||
uses: wazuh/wazuh-dashboard-plugins/.github/workflows/[email protected]alpha2 | ||
with: | ||
reference: ${{ inputs.reference_wazuh_plugins }} | ||
|
||
build-security-plugin: | ||
needs: [validate-inputs] | ||
name: Build security plugin | ||
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/[email protected]alpha1 | ||
uses: wazuh/wazuh-security-dashboards-plugin/.github/workflows/[email protected]alpha2 | ||
with: | ||
reference: ${{ inputs.reference_security_plugins }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters