From dd4c9d708944a16a9ea8bc0702943ec5d55b813d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:54:57 +0800 Subject: [PATCH] chore(deps): update taiki-e/install-action action to v2.48.13 (#9166) --- .github/workflows/benchmark.yml | 2 +- .github/workflows/cargo_llvm_lines.yml | 2 +- .github/workflows/ci_security.yml | 2 +- .github/workflows/release_oxlint.yml | 2 +- .github/workflows/release_vscode.yml | 2 +- .github/workflows/reusable_release_napi.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f732c745655b8..2be8bc35f9ac6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -170,7 +170,7 @@ jobs: chmod +x ./target/codspeed/instrumentation/oxc_benchmark/* - name: Install codspeed - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: cargo-codspeed diff --git a/.github/workflows/cargo_llvm_lines.yml b/.github/workflows/cargo_llvm_lines.yml index 93a2ebae3d4ac..76dd1bf5f78f7 100644 --- a/.github/workflows/cargo_llvm_lines.yml +++ b/.github/workflows/cargo_llvm_lines.yml @@ -22,7 +22,7 @@ jobs: - uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0 - name: Install cargo-llvm-lines - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: cargo-llvm-lines diff --git a/.github/workflows/ci_security.yml b/.github/workflows/ci_security.yml index 347153a203e1a..86e010bb010a7 100644 --- a/.github/workflows/ci_security.yml +++ b/.github/workflows/ci_security.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + - uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: zizmor diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 06c3e2ef8d2c1..a802118262a86 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -88,7 +88,7 @@ jobs: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - name: Install cross - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: cross diff --git a/.github/workflows/release_vscode.yml b/.github/workflows/release_vscode.yml index 4e4d923e2af09..a90a59855215a 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@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: cross diff --git a/.github/workflows/reusable_release_napi.yml b/.github/workflows/reusable_release_napi.yml index 2581597ccb2b1..9ee00c84ba61e 100644 --- a/.github/workflows/reusable_release_napi.yml +++ b/.github/workflows/reusable_release_napi.yml @@ -101,7 +101,7 @@ jobs: - name: Install cargo-zigbuild if: ${{ contains(matrix.target, 'musl') }} - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: cargo-zigbuild @@ -109,7 +109,7 @@ jobs: - name: Install cross if: ${{ !contains(matrix.target, 'musl') }} - uses: taiki-e/install-action@297054b27414ad8086f67963ce1033c02fe309c3 # v2.48.11 + uses: taiki-e/install-action@ad0904967b4c8e3005f6ed2efa1fa74dd9a05f32 # v2.48.13 with: tool: cross