Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/update-3rdparty-licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Check out dd-license-attribution
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
repository: DataDog/dd-license-attribution
ref: 8a4624fd08a16717ffbf92d389e65fa609a4f067
repository: watson/dd-license-attribution
ref: f529f30734809b971799002cb6e4fa1bb039a359
path: dd-license-attribution

- name: Install dd-license-attribution
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:
--use-mirrors=mirrors.json \
--no-scancode-strategy \
--no-github-sbom-strategy \
--yarn-subdir vendor \
"${REPOSITORY_URL}" > LICENSE-3rdparty.csv

- name: Append vendored dependencies
Expand Down