Update changelog

This commit is contained in:
Victor Carlos Erenu
2026-06-22 19:21:20 +07:00
parent 33d0fc3462
commit 6371c2497f
2 changed files with 3 additions and 2 deletions
@@ -333,7 +333,7 @@ jobs:
# Setup
# -----------------------------------------------------------------------
- name: Checkout wazuh-automation
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: wazuh/wazuh-automation
ref: ${{ env.AUTOMATION_REFERENCE }}
@@ -341,7 +341,7 @@ jobs:
path: wazuh-automation
- name: Checkout wazuh-docker PR branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ needs.prepare.outputs.pr_head_ref }}
path: wazuh-docker
+1
View File
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Change runners on repository workflows 5.x ([#2471](https://github.com/wazuh/wazuh-docker/pull/2471))
- PR revamp modifications 5.x ([#2446](https://github.com/wazuh/wazuh-docker/pull/2446))
- Forbid pr_check workflow execution in draft PRs ([#2399](https://github.com/wazuh/wazuh-docker/pull/2399))
- Unification of user UID and GID ([#2393](https://github.com/wazuh/wazuh-docker/pull/2393))