Skip to content

Commit e01dcda

Browse files
authored
fix(dda): Bump to latest version
In the current version of `dda` there is a loop in shell not working for any bash, and causing error in `bump_integrations_core` job https://github.com/DataDog/datadog-agent/actions/runs/13721504767/job/38377820759. This issue has been fixed in the last version of dda DataDog/datadog-agent-dev#42
1 parent 1f9488a commit e01dcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-dda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
shell: bash
2020

2121
- name: Install dda
22-
uses: DataDog/datadog-agent-dev@e1806a36cb1da98f3a4852c6620b628bc31d81b6
22+
uses: DataDog/datadog-agent-dev@11330223ee0cf7aa176261596945c071e1d9fbb7
2323
with:
2424
version: ${{ inputs.version || steps.set-version.outputs.version }}
2525
features: ${{ inputs.features }}

0 commit comments

Comments
 (0)