diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2281ec1cf17b25..7da45e41f11fd2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -168,7 +168,7 @@ jobs: chmod +x ./target/codspeed/oxc_benchmark/* - name: Install codspeed - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cargo-codspeed diff --git a/.github/workflows/cargo-llvm-lines.yml b/.github/workflows/cargo-llvm-lines.yml index 235ab6af154c83..9ddeea3a9919a0 100644 --- a/.github/workflows/cargo-llvm-lines.yml +++ b/.github/workflows/cargo-llvm-lines.yml @@ -20,7 +20,7 @@ jobs: - uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0 - name: Install cargo-llvm-lines - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cargo-llvm-lines diff --git a/.github/workflows/ci_security.yml b/.github/workflows/ci_security.yml index 3965f894f10012..91270cbc3a96cf 100644 --- a/.github/workflows/ci_security.yml +++ b/.github/workflows/ci_security.yml @@ -25,7 +25,7 @@ jobs: with: persist-credentials: false - - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + - uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: zizmor diff --git a/.github/workflows/release_napi_parser.yml b/.github/workflows/release_napi_parser.yml index 8ebbbe20da349e..0a140bf9445485 100644 --- a/.github/workflows/release_napi_parser.yml +++ b/.github/workflows/release_napi_parser.yml @@ -99,7 +99,7 @@ jobs: - name: Install cargo-zigbuild if: ${{ contains(matrix.target, 'musl') }} - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cargo-zigbuild @@ -107,7 +107,7 @@ jobs: - name: Install cross if: ${{ !contains(matrix.target, 'musl') }} - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cross diff --git a/.github/workflows/release_napi_transform.yml b/.github/workflows/release_napi_transform.yml index b694ceb7c83e17..3943fded76cfcd 100644 --- a/.github/workflows/release_napi_transform.yml +++ b/.github/workflows/release_napi_transform.yml @@ -99,7 +99,7 @@ jobs: - name: Install cargo-zigbuild if: ${{ contains(matrix.target, 'musl') }} - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cargo-zigbuild @@ -107,7 +107,7 @@ jobs: - name: Install cross if: ${{ !contains(matrix.target, 'musl') }} - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cross diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 3d77bb081131e3..951492dc659b54 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -86,7 +86,7 @@ jobs: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - name: Install cross - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cross @@ -204,7 +204,7 @@ jobs: done - name: Create GitHub Release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: body: ${{ steps.run.outputs.CHANGELOG }} draft: false diff --git a/.github/workflows/release_vscode.yml b/.github/workflows/release_vscode.yml index 3b9894cf3be47b..771a30845818ab 100644 --- a/.github/workflows/release_vscode.yml +++ b/.github/workflows/release_vscode.yml @@ -81,7 +81,7 @@ jobs: run: pnpm run compile - name: Install cross - uses: taiki-e/install-action@8c39981484df4e7ba41af8e8e078ac546d5e1b11 # v2.46.8 + uses: taiki-e/install-action@e523301c9af289ba196edd3ab08abdece06107d2 # v2.46.9 with: tool: cross