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/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ jobs:

- name: Publish History
if: ${{ success() }}
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # v4.7.6
with:
branch: data
folder: data-artifacts
Expand Down
6 changes: 3 additions & 3 deletions .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_owner == 'web-infra-dev'
steps:
- name: need reproduce
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3
with:
actions: "close-issues"
labels: "need reproduction"
Expand All @@ -24,7 +24,7 @@ jobs:
Since the issue was labeled with `need reproduction`, but no response in 14 days. This issue will be closed. Feel free to comment and reopen it if you have any further questions.

- name: need more info
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3
with:
actions: "close-issues"
labels: "need more info"
Expand All @@ -33,7 +33,7 @@ jobs:
Since the issue was labeled with `need more info`, but no response in 14 days. This issue will be closed. Feel free to comment and reopen it if you have any further questions.

- name: awaiting feedback
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3
with:
actions: "close-issues"
labels: "awaiting more feedback"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/label-auto-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: 🤔 Need Reproduce
if: github.event.label.name == 'need reproduction'
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
with:
actions: "create-comment"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
Hello @${{ github.event.issue.user.login }}, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking [rspack-repro](https://github.com/web-infra-dev/rspack-repro), or provide a minimal GitHub repository by yourself. Issues labeled by `need reproduction` will be closed if no activities in 14 days.
- name: invalid
if: github.event.label.name == 'invalid'
uses: actions-cool/issues-helper@9861779a695cf1898bd984c727f685f351cfc372 # v3.7.2
uses: actions-cool/issues-helper@d1d51fccf39469b5458203b1369060db0ff0c0db # v3.7.4
with:
actions: "create-comment,close-issue"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
key: build-bench-${{ inputs.target }}

- name: Install cargo-codspeed binary
uses: taiki-e/install-action@92e6dd1c202153a204d471a3c509bf1e03dcfa44 # v2
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: build-bench-${{ inputs.target }}

- name: Install cargo-codspeed binary
uses: taiki-e/install-action@92e6dd1c202153a204d471a3c509bf1e03dcfa44 # v2
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2
with:
tool: [email protected]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
save-if: true
key: release

- uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
- uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4

- name: Install cargo-workspaces
run: cargo binstall --no-confirm [email protected] --force
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/reusable-rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install cargo-binstall
if: ${{ inputs.cargo-check-strategy == 'separated' }}
uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4

- name: Install cargo-workspaces
if: ${{ inputs.cargo-check-strategy == 'separated' }}
Expand Down Expand Up @@ -95,15 +95,15 @@ jobs:
run: cargo codegen

- name: Install cargo-deny
uses: taiki-e/install-action@92e6dd1c202153a204d471a3c509bf1e03dcfa44 # v2
uses: taiki-e/install-action@d850aa816998e5cf15f67a78c7b933f2a5033f8a # v2
with:
tool: [email protected]
- name: Check licenses
run: |
cargo deny --all-features check license bans
cargo xtask deny-ext

- uses: cargo-bins/cargo-binstall@3fc81674af4165a753833a94cae9f91d8849049f # v1.16.2
- uses: cargo-bins/cargo-binstall@ea60fcf749c6a52a729e0eaabb5eb33391d44823 # v1.16.4
- run: cargo binstall --no-confirm [email protected] --force
- run: cargo shear

Expand Down
Loading