From 14294ea271068812928552a6b8933fd51890b461 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Aug 2025 17:09:16 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/benchmark.yml | 2 +- .github/workflows/cargo_llvm_lines.yml | 2 +- .github/workflows/ci_security.yml | 2 +- .github/workflows/dprint.yml | 2 +- .github/workflows/release_oxlint.yml | 2 +- .github/workflows/release_vscode.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index da50882a20a41..fdcd79158549c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -78,7 +78,7 @@ jobs: rm target/codspeed/instrumentation/oxc_benchmark/*.d - name: Run benchmark - uses: CodSpeedHQ/action@0b6e7a3d96c9d2a6057e7bcea6b45aaf2f7ce60b # v3.8.0 + uses: CodSpeedHQ/action@76578c2a7ddd928664caa737f0e962e3085d4e7c # v3.8.1 timeout-minutes: 30 with: token: ${{ secrets.CODSPEED_TOKEN }} diff --git a/.github/workflows/cargo_llvm_lines.yml b/.github/workflows/cargo_llvm_lines.yml index e1a8ec0c10cac..4ebbe88a065fd 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@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21 + uses: taiki-e/install-action@14083e64ac8cf1f5e54356df00b9779b23e192a1 # v2.58.29 with: tool: cargo-llvm-lines diff --git a/.github/workflows/ci_security.yml b/.github/workflows/ci_security.yml index e2c9167574d85..13bd8655f63c4 100644 --- a/.github/workflows/ci_security.yml +++ b/.github/workflows/ci_security.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - - uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21 + - uses: taiki-e/install-action@14083e64ac8cf1f5e54356df00b9779b23e192a1 # v2.58.29 with: tool: zizmor diff --git a/.github/workflows/dprint.yml b/.github/workflows/dprint.yml index a20655707cc1f..e3f6a7a81c039 100644 --- a/.github/workflows/dprint.yml +++ b/.github/workflows/dprint.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - - uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21 + - uses: taiki-e/install-action@14083e64ac8cf1f5e54356df00b9779b23e192a1 # v2.58.29 with: tool: dprint diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index b7072a591d8f2..ccf6ccf56923e 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@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21 + uses: taiki-e/install-action@14083e64ac8cf1f5e54356df00b9779b23e192a1 # v2.58.29 with: tool: cross diff --git a/.github/workflows/release_vscode.yml b/.github/workflows/release_vscode.yml index 7be3ab31c7213..5d3ead889cf56 100644 --- a/.github/workflows/release_vscode.yml +++ b/.github/workflows/release_vscode.yml @@ -83,7 +83,7 @@ jobs: pnpm run compile - name: Install cross - uses: taiki-e/install-action@f63c33fd96cc1e69a29bafd06541cf28588b43a4 # v2.58.21 + uses: taiki-e/install-action@14083e64ac8cf1f5e54356df00b9779b23e192a1 # v2.58.29 with: tool: cross