diff --git a/.github/workflows/codegraph-impact.yml b/.github/workflows/codegraph-impact.yml index 03dca92c..71127f0d 100644 --- a/.github/workflows/codegraph-impact.yml +++ b/.github/workflows/codegraph-impact.yml @@ -16,7 +16,7 @@ jobs: run: | npx codegraph diff-impact --ref origin/${{ github.base_ref }} --json > impact.json || echo '{"affectedFiles":[],"summary":null}' > impact.json - name: Comment on PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');