diff --git a/.github/workflows/bcos.yml b/.github/workflows/bcos.yml index 96f53b8f..bcdac2d1 100644 --- a/.github/workflows/bcos.yml +++ b/.github/workflows/bcos.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Detect BCOS tier id: detect - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | if (context.eventName === 'push') { @@ -113,7 +113,7 @@ jobs: - name: Comment trust score on PR if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const score = '${{ steps.scan.outputs.score }}';