File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ jobs:
332332
333333 - name : save benchmark results as a step summary
334334 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
335- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
335+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
336336 with :
337337 script : |
338338 const fs = require('fs');
@@ -355,7 +355,7 @@ jobs:
355355 persist-credentials : false
356356
357357 - name : save benchmark results as a comment
358- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
358+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
359359 with :
360360 script : |
361361 const decisionOutput = process.env.BENCHMARK_MARKDOWN;
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Create Backport PR label if it doesn't exist
27- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
27+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2828 with :
2929 github-token : ${{ secrets.GITHUB_TOKEN }}
3030 script : |
Original file line number Diff line number Diff line change 3232
3333 - name : Post comment if go.mod was changed
3434 if : steps.go-mod-tidy.outputs.stdout != ''
35- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
35+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
3636 with :
3737 script : |
3838 github.issues.createComment({
Original file line number Diff line number Diff line change 4646 app-id : ${{ secrets.APP_ID }}
4747 private-key : ${{ secrets.AUTOMATION_KEY }}
4848 - name : Check Author Association and Label PR
49- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
49+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5050 with :
5151 github-token : ${{ steps.generate-token.outputs.token }}
5252 script : |
Original file line number Diff line number Diff line change 3939 run : echo "DATE=$(date +'%Y%m%d')" >>"$GITHUB_OUTPUT"
4040
4141 - name : Get Traffic
42- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
42+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4343 id : get-traffic
4444 env :
4545 OWNER : opentdf
You can’t perform that action at this time.
0 commit comments