diff --git a/.github/workflows/dependabot-lockfile-update.yml b/.github/workflows/dependabot-lockfile-update.yml index c2899cd..5884dfc 100644 --- a/.github/workflows/dependabot-lockfile-update.yml +++ b/.github/workflows/dependabot-lockfile-update.yml @@ -62,7 +62,7 @@ jobs: git push https://x-access-token:${PAT}@github.com/${{ github.repository }}.git HEAD:${{ github.head_ref }} - name: Comment on PR if: steps.lockfile-changed.outputs.changed == 'true' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7 with: script: | github.rest.issues.createComment({