File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 # Checkout the repository so the workflow has access to the code
1717 - name : Checkout code
18- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919
2020 # Run the run-biome.sh script
2121 - name : Run run-biome.sh
Original file line number Diff line number Diff line change 3737 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838 with :
3939 ref : ${{ github.event.workflow_run.head_branch }}
40- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
40+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
4141 with :
42- node-version : 22
42+ node-version : 24
4343 - name : Installing packages
4444 run : cd performance && npm ci
4545 - name : Generating lighthouse reports for PR...
@@ -116,7 +116,7 @@ jobs:
116116 fi
117117 fi
118118 done
119- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
119+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
120120 if : ${{ !cancelled() }}
121121 with :
122122 name : lighthouse-reports-pr
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check Commit Messages
15- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
15+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
1616 with :
1717 script : |
1818 const excludedBotIds = [
8686 }
8787
8888 - name : Create PR comment on bad commit message
89- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
89+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
9090 if : ${{ failure() && !github.event.pull_request.draft }}
9191 with :
9292 script : |
Original file line number Diff line number Diff line change 2222 if : ${{ github.event.repository.fork == false }}
2323 steps :
2424 - name : Checkout Repository
25- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626
2727 - name : Scan
2828 uses : fossas/fossa-action@93a52ecf7c3ac7eb40f5de77fd69b1a19524de94 # v1.5.0
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 with :
2020 ref : ${{ github.event.workflow_run.head_branch }}
21- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
21+ - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
2222 with :
23- node-version : 18
23+ node-version : 24
2424 - name : Installing packages
2525 run : cd performance && npm ci
2626 - name : Get PR number being merged
4141 GITHUB_PR_NUMBER : ${{ env.GITHUB_PR_NUMBER }}
4242 run : |
4343 node performance/lighthouse-script.js
44- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
44+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
4545 with :
4646 name : lighthouse-reports-main
4747 path : lighthouse-reports/main-report.json
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Checkout Repository
24- uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2
24+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525 with :
2626 ref : ${{ inputs.branch && inputs.branch || github.ref }}
2727
Original file line number Diff line number Diff line change 2121 git clone https://github.com/nginx/documentation.git docs
2222
2323 - name : Setup Go
24- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5 .0.2
24+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6 .0.0
2525 with :
2626 go-version : " >=1.23"
2727
Original file line number Diff line number Diff line change 1919 version : ${{ steps.get-playwright-version.outputs.version }}
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
22+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323 - name : Get version from package.json
2424 id : get-playwright-version
2525 run : |
3737 steps :
3838 # Checkout the repository so the workflow has access to the code
3939 - name : Checkout code
40- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
40+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141 - name : Setup Hugo
4242 uses : peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
4343 with :
@@ -61,15 +61,15 @@ jobs:
6161 echo "Playwright tests failed. Please view the Playwright report to see full error."
6262 exit 1
6363 fi
64- - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
64+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0 .0
6565 id : artifact-upload
6666 if : ${{ !cancelled() && failure() && steps.test-ui.conclusion == 'failure' }}
6767 with :
6868 name : playwright-report
6969 path : tests/playwright-report/
7070 retention-days : 3
7171 - name : Comment on PR with Playwright report
72- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
72+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
7373 if : ${{ failure() }}
7474 with :
7575 script : |
You can’t perform that action at this time.
0 commit comments