Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bcos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down Expand Up @@ -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 }}';
Expand Down
Loading