[READ-ONLY] Mirror of https://github.com/danielroe/page-speed.dev. See and share Core Web Vitals and PageSpeed Insights results simply and easily. page-speed.dev
core-web-vitals pagespeed performance
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update actions/github-script action to v9 (#217)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (May 18, 2026, 11:22 AM +0200) commit 01b0813b parent b38d0e49
+4 -4
+4 -4
.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml
··· 27 27 cache: pnpm 28 28 - run: pnpm install --frozen-lockfile 29 29 - name: Get Id Token 30 - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 30 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 31 31 id: idtoken 32 32 with: 33 33 script: | ··· 64 64 65 65 - name: Create GitHub deployment for PR 66 66 if: github.event_name == 'pull_request' 67 - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 67 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 68 68 with: 69 69 github-token: ${{ secrets.GITHUB_TOKEN }} 70 70 script: | ··· 124 124 cache: pnpm 125 125 - run: pnpm install --frozen-lockfile 126 126 - name: Get Id Token 127 - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 127 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 128 128 id: idtoken 129 129 with: 130 130 script: | ··· 140 140 action: "close" 141 141 142 142 - name: Deactivate GitHub deployment for PR 143 - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 143 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 144 144 with: 145 145 github-token: ${{ secrets.GITHUB_TOKEN }} 146 146 script: |