Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into merge-4.9.0-into-ma…
Browse files Browse the repository at this point in the history
…ster
  • Loading branch information
Tostti committed Mar 7, 2024
2 parents a668773 + eebb0fe commit 8ec6179
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/actions/install-dashboards/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: ./wazuh-security-plugin/target/test-coverage/coverage-summary.json
title: "Code coverage (Jest)"
title: 'Code coverage (Jest)'
4 changes: 2 additions & 2 deletions .github/workflows/manual-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -31,4 +31,4 @@ jobs:
command: 'yarn build'
artifact_name: 'wazuh-security-dashboards-plugin'
artifact_path: './wazuh-security-plugin/build'
secrets: inherit
secrets: inherit
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"templateVersion": "2.12.0"
},
"wazuh": {
"version": "4.9.0",
"version": "5.0.0",
"revision": "00"
},
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,4 +50,4 @@
"glob-parent": "^5.1.2",
"debug": "^4.3.4"
}
}
}

0 comments on commit 8ec6179

Please sign in to comment.