File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 PR-BENCH : ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
1818 MAIN-BENCH : ${{ steps.benchmark-main.outputs.BENCH_RESULT }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 with :
2222 persist-credentials : false
2323 ref : ${{github.event.pull_request.head.sha}}
2424 repository : ${{github.event.pull_request.head.repo.full_name}}
2525
26- - uses : actions/setup-node@v4
26+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2727 with :
2828 check-latest : true
2929 node-version : 20
4343 echo "::set-output name=BENCH_RESULT::$content"
4444
4545 # main benchmark
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747 with :
4848 ref : ' main'
4949 persist-credentials : false
7070 pull-requests : write
7171 steps :
7272 - name : Comment PR
73- uses : thollander/actions-comment-pull-request@v3
73+ uses : thollander/actions-comment-pull-request@65f9e5c9a1f2cd378bd74b2e057c9736982a8e74 # v3.0.1
7474 with :
7575 github-token : ${{ secrets.GITHUB_TOKEN }}
7676 message : |
8383 ${{ needs.benchmark.outputs.MAIN-BENCH }}
8484 ```
8585
86- - uses : actions-ecosystem/action-remove-labels@v1
86+ - uses : actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
8787 with :
8888 labels : |
8989 benchmark
You can’t perform that action at this time.
0 commit comments