Skip to content

Commit

Permalink
chore(deps): update dependency conventional-changelog-cli to v5 (#5745)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency conventional-changelog-cli to v5

* fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Bromann <git@bromann.dev>
  • Loading branch information
renovate[bot] and christian-bromann authored May 28, 2024
1 parent a40cee1 commit 13f04e7
Show file tree
Hide file tree
Showing 3 changed files with 396 additions and 1,203 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tech-debt-burndown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@ jobs:
name: unused-exports-pr

- name: Set action output
run: npx tsx scripts/tech-debt-burndown-report.ts > $GITHUB_STEP_SUMMARY
run: npm run ts scripts/tech-debt-burndown-report.ts > $GITHUB_STEP_SUMMARY

# for syntax information, see https://github.com/peter-evans/create-or-update-comment#setting-the-comment-body-from-a-file
- name: Set comment body
id: set-comment-body
# GitHub - "Warning: Make sure the delimiter you're using is randomly generated and unique for each run.
# For more information, see https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections"
run: |
body=$(npx scripts/tech-debt-burndown-report.ts)
body=$(npm run ts scripts/tech-debt-burndown-report.ts)
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
echo "body<<$EOF" >> $GITHUB_OUTPUT
echo "$body" >> $GITHUB_OUTPUT
Expand Down
Loading

0 comments on commit 13f04e7

Please sign in to comment.