diff --git a/.github/actions/install-dashboards/action.yml b/.github/actions/install-dashboards/action.yml index 580881efc..15e79ae27 100644 --- a/.github/actions/install-dashboards/action.yml +++ b/.github/actions/install-dashboards/action.yml @@ -8,6 +8,9 @@ inputs: app_reference: description: 'The reference to the app to use, such as main, v1.13, etc.' required: true + app_reference: + description: 'The reference to the app to use, such as main, v1.13, etc.' + required: true outputs: dashboards-directory: diff --git a/.github/workflows/dev-environment.yml b/.github/workflows/dev-environment.yml index 7bcec2419..8fe05d5d6 100644 --- a/.github/workflows/dev-environment.yml +++ b/.github/workflows/dev-environment.yml @@ -93,4 +93,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} path: ./wazuh-security-plugin/target/test-coverage/coverage-summary.json - title: "Code coverage (Jest)" \ No newline at end of file + title: 'Code coverage (Jest)' diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 5077ffa4d..7a034d1eb 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -12,7 +12,7 @@ on: required: true type: string description: Source code reference (branch, tag or commit SHA) - default: 4.9.0 + default: 5.0.0 workflow_dispatch: inputs: reference: @@ -31,4 +31,4 @@ jobs: command: 'yarn build' artifact_name: 'wazuh-security-dashboards-plugin' artifact_path: './wazuh-security-plugin/build' - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/package.json b/package.json index 066702f54..8b091b211 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "templateVersion": "2.12.0" }, "wazuh": { - "version": "4.9.0", + "version": "5.0.0", "revision": "00" }, "license": "Apache-2.0", @@ -50,4 +50,4 @@ "glob-parent": "^5.1.2", "debug": "^4.3.4" } -} +} \ No newline at end of file