File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 cleanup :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 3636 git checkout "${{ matrix.branch }}"
3737
3838 - name : Set up Node.js
39- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
39+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
4040 with :
4141 node-version : ' 20'
4242
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Download perf results artifact
25- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
25+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2626 with :
2727 name : perf-results
2828 path : perf-results
6262
6363 - name : Post or update PR comment
6464 if : steps.pr.outputs.skip != 'true' && steps.report.outputs.skip != 'true'
65- uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1 .0
65+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0 .0
6666 env :
6767 REPORT_PATH : ${{ steps.report.outputs.path }}
6868 PR_NUMBER : ${{ steps.pr.outputs.number }}
Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ jobs:
3636 steps :
3737 # ── Setup ──────────────────────────────────────────────
3838 - name : Checkout head (PR)
39- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
39+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040 with :
4141 fetch-depth : 0 # Need history for baseline comparison
4242
4343 - name : Setup Node.js
44- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
44+ uses : actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0 .0
4545 with :
4646 node-version : 22
4747
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Upload perf results
103103 if : always()
104- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
104+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
105105 with :
106106 name : perf-results
107107 include-hidden-files : true
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repo
17- uses : actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
17+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
1919 - name : Install jq
2020 run : sudo apt-get update && sudo apt-get install -y jq
You can’t perform that action at this time.
0 commit comments