File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 exit-code : " 0"
3636
3737 - name : Build rescan summary
38- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
38+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
3939 with :
4040 script : |
4141 const fs = require('fs');
Original file line number Diff line number Diff line change 6060
6161 - name : Build scan summary
6262 id : scan-summary
63- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
63+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
6464 with :
6565 script : |
6666 const fs = require('fs');
9090 - name : Post scan results as PR comment
9191 if : github.event_name == 'pull_request'
9292 continue-on-error : true # Fork PRs have read-only tokens and can't post comments
93- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
93+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
9494 env :
9595 COMMIT_SHA : ${{ github.sha }}
9696 with :
You can’t perform that action at this time.
0 commit comments