File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v6
1616 - name : Annotate layout-only changes
1717 run : |
18- curl -sLO https://github.com/vearutop/gocan/releases/download/v0.0.4 /linux_amd64.tar.gz && tar xf linux_amd64.tar.gz
18+ curl -sLO https://github.com/vearutop/gocan/releases/download/v0.0.5 /linux_amd64.tar.gz && tar xf linux_amd64.tar.gz
1919 gocan_hash=$(git hash-object ./gocan)
20- [ "$gocan_hash" == "b4e7572cd799ba302202c1b058e9259c56b4e2c7 " ] || (echo "::error::unexpected hash for gocan, possible tampering: $gocan_hash" && exit 1)
20+ [ "$gocan_hash" == "98c1ea372abf02d6c8583689c28c8589c442674f " ] || (echo "::error::unexpected hash for gocan, possible tampering: $gocan_hash" && exit 1)
2121 git fetch --no-tags --depth=1 origin ${{ github.event.pull_request.base.sha }}
2222 git fetch --no-tags --depth=1 origin ${{ github.event.pull_request.head.sha }}
23- ./gocan -gh-annotate -gh-base ${{ github.event.pull_request.base.sha }} -gh-head ${{ github.event.pull_request.head.sha }}
23+ ./gocan -gh-checks -gh-base ${{ github.event.pull_request.base.sha }} -gh-head ${{ github.event.pull_request.head.sha }}
You can’t perform that action at this time.
0 commit comments