File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
PR-BENCH : ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
18
18
MAIN-BENCH : ${{ steps.benchmark-main.outputs.BENCH_RESULT }}
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
with :
22
22
persist-credentials : false
23
23
ref : ${{github.event.pull_request.head.sha}}
24
24
repository : ${{github.event.pull_request.head.repo.full_name}}
25
25
26
- - uses : actions/setup-node@v4
26
+ - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
27
with :
28
28
check-latest : true
29
29
node-version : 20
43
43
echo "::set-output name=BENCH_RESULT::$content"
44
44
45
45
# main benchmark
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
with :
48
48
ref : ' main'
49
49
persist-credentials : false
70
70
pull-requests : write
71
71
steps :
72
72
- name : Comment PR
73
- uses : thollander/actions-comment-pull-request@v3
73
+ uses : thollander/actions-comment-pull-request@65f9e5c9a1f2cd378bd74b2e057c9736982a8e74 # v3.0.1
74
74
with :
75
75
github-token : ${{ secrets.GITHUB_TOKEN }}
76
76
message : |
83
83
${{ needs.benchmark.outputs.MAIN-BENCH }}
84
84
```
85
85
86
- - uses : actions-ecosystem/action-remove-labels@v1
86
+ - uses : actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.0
87
87
with :
88
88
labels : |
89
89
benchmark
You can’t perform that action at this time.
0 commit comments