Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/actions/eco-ci-result/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
using: "composite"
steps:
- id: get-result
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
env:
CI_OUTPUT: ${{ inputs.workflow-output }}
with:
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Ecosystem CI with notify
id: eco_ci
continue-on-error: true
uses: convictional/trigger-workflow-and-wait@v1.6.5
uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be # v1.6.5
with:
owner: "rspack-contrib"
repo: "rsbuild-ecosystem-ci"
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Checkout
if: steps.eco_ci.outcome == 'failure'
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1

Expand All @@ -48,7 +48,7 @@ jobs:

- name: Setup Node.js
if: steps.eco_ci.outcome == 'failure'
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand All @@ -72,7 +72,7 @@ jobs:
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}

- id: create-commit-comment
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
if: steps.eco_ci.outcome == 'failure'
name: Create Commit Comment
with:
Expand All @@ -90,7 +90,7 @@ jobs:
if: github.repository == 'web-infra-dev/rsbuild' && github.event_name == 'workflow_dispatch'
steps:
- id: get-pr-number
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
name: Get PR Number
with:
script: |
Expand All @@ -115,7 +115,7 @@ jobs:

- id: create-comment
name: Create Comment
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
if: steps.get-pr-number.outputs.result
with:
result-encoding: string
Expand All @@ -134,7 +134,7 @@ jobs:

- name: Run Ecosystem CI
id: eco_ci
uses: convictional/trigger-workflow-and-wait@v1.6.5
uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be # v1.6.5
continue-on-error: true
with:
owner: "rspack-contrib"
Expand All @@ -145,7 +145,7 @@ jobs:
client_payload: '{"ref":"${{ github.event.inputs.branch }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1

Expand All @@ -156,7 +156,7 @@ jobs:
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}

- id: update-comment
uses: actions/github-script@v7
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
if: steps.get-pr-number.outputs.result
name: Update Comment
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-close-require.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: github.repository == 'web-infra-dev/rsbuild'
steps:
- name: need reproduction
uses: actions-cool/issues-helper@v3.6.0
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
with:
actions: 'close-issues'
labels: 'need reproduction'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: need reproduction
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@v3.6.0
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
with:
actions: 'create-comment'
issue-number: ${{ github.event.issue.number }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1

Expand All @@ -28,7 +28,7 @@ jobs:
corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'web-infra-dev/rsbuild'
steps:
- uses: github/issue-labeler@v3.4
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/pr-labeler.yml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- name: Run Ecosystem CI
if: inputs.run_eco_ci == true
uses: convictional/trigger-workflow-and-wait@v1.6.5
uses: convictional/trigger-workflow-and-wait@f69fa9eedd3c62a599220f4d5745230e237904be # v1.6.5
with:
owner: 'rspack-contrib'
repo: 'rsbuild-ecosystem-ci'
Expand All @@ -49,7 +49,7 @@ jobs:
client_payload: '{"ref":"${{ github.event.inputs.branch }}","repo":"web-infra-dev/rsbuild","suite":"-","suiteRefType":"precoded","suiteRef":"precoded"}'

- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1
ref: ${{ github.event.inputs.branch }}
Expand All @@ -60,7 +60,7 @@ jobs:
corepack enable

- name: Setup Node.js
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1

Expand All @@ -33,7 +33,7 @@ jobs:
npm install -g corepack@latest --force
corepack enable

- uses: dorny/paths-filter@v3.0.2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
with:
predicate-quantifier: 'every'
Expand All @@ -46,7 +46,7 @@ jobs:

- name: Setup Node.js
if: steps.changes.outputs.changed == 'true'
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand All @@ -69,7 +69,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.2
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 1

Expand All @@ -78,7 +78,7 @@ jobs:
npm install -g corepack@latest --force
corepack enable

- uses: dorny/paths-filter@v3.0.2
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
id: changes
with:
predicate-quantifier: 'every'
Expand All @@ -91,7 +91,7 @@ jobs:

- name: Setup Node.js
if: steps.changes.outputs.changed == 'true'
uses: actions/setup-node@v4.2.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 22
cache: 'pnpm'
Expand Down