Skip to content

Commit

Permalink
chore: fix updating comments in lockfile-changes workflow (#933)
Browse files Browse the repository at this point in the history
* fix: fix updating comments in lockfile-changes workflow

* fix version of lockfile action to commit sha
  • Loading branch information
gmaclennan authored Oct 23, 2024
1 parent bddf7be commit 6ea52dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lockfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
private-key: ${{ secrets.LOCKFILE_BOT_PRIVATE_KEY }}
- name: NPM Lockfile Changes
# The original doesn't support v3 lockfiles so we use a fork that adds support for them
uses: rvanvelzen/npm-lockfile-changes@6fded38b5a054f5ab49efd6850668e796f780604
# The fork doesn't update comments by an app token, so we use our own fork
uses: digidem/npm-lockfile-changes@614dfc33742374cb40bec2878e5b690580d11ede
with:
token: ${{ steps.app-token.outputs.token }}
updateComment: true

0 comments on commit 6ea52dd

Please sign in to comment.