Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
lfs: true
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
lfs: true
Expand All @@ -111,7 +111,7 @@ jobs:
contents: write
id-token: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
lfs: true
Expand Down Expand Up @@ -196,15 +196,15 @@ jobs:
url: ${{steps.deployment.outputs.page_url}}
concurrency: pages
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
sparse-checkout: |
.nvmrc
mise.toml
projects/internals/ci/indexnow.js
projects/internals/ci/package.json
sparse-checkout-cone-mode: false
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d
- uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14
with:
version: 2026.6.14
install: true
Expand Down Expand Up @@ -241,15 +241,15 @@ jobs:
actions: read
contents: read
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
sparse-checkout: |
.nvmrc
mise.toml
projects/internals/ci/indexnow.js
projects/internals/ci/package.json
sparse-checkout-cone-mode: false
- uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d
- uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14
with:
version: 2026.6.14
install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13
with:
sync-labels: false
4 changes: 2 additions & 2 deletions .github/workflows/slack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
steps:
- name: Notify primary Slack channel
if: matrix.destination == 'primary'
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
payload: ${{ env.SLACK_PAYLOAD }}
- name: Notify CI Slack channel
if: matrix.destination == 'ci'
uses: slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c
uses: slackapi/slack-github-action@dcb1066f776dd043e64d0e8ba94ca15cc7e1875d
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL_CI }}
webhook-type: incoming-webhook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93
with:
stale-issue-label: stale
stale-pr-label: stale
Expand Down