From e812ae311747ef880a6b9254c769a8e3c9fa3263 Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 13 Dec 2024 20:12:09 +0800 Subject: [PATCH] chore(deps): pin dependencies (#7842) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/prepare_release_crates.yml | 2 +- .github/workflows/prepare_release_oxlint.yml | 4 ++-- .github/workflows/release_napi_parser.yml | 6 +++--- .github/workflows/release_napi_transform.yml | 6 +++--- .github/workflows/release_oxlint.yml | 10 +++++----- .github/workflows/release_vscode.yml | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/prepare_release_crates.yml b/.github/workflows/prepare_release_crates.yml index c3757ade09cf2..104c24c2004d4 100644 --- a/.github/workflows/prepare_release_crates.yml +++ b/.github/workflows/prepare_release_crates.yml @@ -43,7 +43,7 @@ jobs: issue-number: ${{ needs.prepare.outputs.pull-request-number }} body: Triggering Monitor Oxc https://github.com/oxc-project/monitor-oxc/actions/workflows/ci.yml - - uses: benc-uk/workflow-dispatch@v1.2.4 + - uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 with: repo: oxc-project/monitor-oxc workflow: ci.yml diff --git a/.github/workflows/prepare_release_oxlint.yml b/.github/workflows/prepare_release_oxlint.yml index d1ca261b07942..0dce8115a16cc 100644 --- a/.github/workflows/prepare_release_oxlint.yml +++ b/.github/workflows/prepare_release_oxlint.yml @@ -36,7 +36,7 @@ jobs: issue-number: ${{ needs.prepare.outputs.pull-request-number }} body: Triggering Ecosystem CI https://github.com/oxc-project/oxlint-ecosystem-ci/actions/workflows/ci.yml - - uses: benc-uk/workflow-dispatch@v1.2.4 + - uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 with: repo: oxc-project/oxlint-ecosystem-ci workflow: ci.yml @@ -52,7 +52,7 @@ jobs: actions: write steps: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - - uses: benc-uk/workflow-dispatch@v1.2.4 + - uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 with: repo: oxc-project/oxc-project.github.io workflow: release.yml diff --git a/.github/workflows/release_napi_parser.yml b/.github/workflows/release_napi_parser.yml index 8b8066af44cd7..8ebbbe20da349 100644 --- a/.github/workflows/release_napi_parser.yml +++ b/.github/workflows/release_napi_parser.yml @@ -26,7 +26,7 @@ jobs: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - name: Check version changes - uses: EndBug/version-check@v2.1.5 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 id: version with: static-checking: localIsNew @@ -92,7 +92,7 @@ jobs: ### install musl dependencies ### # - - uses: goto-bus-stop/setup-zig@v1.2.1 + - uses: goto-bus-stop/setup-zig@222d316fd35ce56a4141fe4a869e1aeefc7f3590 # v1.4.0 if: ${{ contains(matrix.target, 'musl') }} with: version: 0.11.0 @@ -180,7 +180,7 @@ jobs: merge-multiple: true - name: Unzip - uses: montudor/action-zip@v1.0.0 + uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28 # v1.0.0 with: args: unzip -qq *.zip -d . diff --git a/.github/workflows/release_napi_transform.yml b/.github/workflows/release_napi_transform.yml index a31db588c4dff..b694ceb7c83e1 100644 --- a/.github/workflows/release_napi_transform.yml +++ b/.github/workflows/release_napi_transform.yml @@ -26,7 +26,7 @@ jobs: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - name: Check version changes - uses: EndBug/version-check@v2.1.5 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 id: version with: static-checking: localIsNew @@ -92,7 +92,7 @@ jobs: ### install musl dependencies ### - - uses: goto-bus-stop/setup-zig@v1.2.1 + - uses: goto-bus-stop/setup-zig@222d316fd35ce56a4141fe4a869e1aeefc7f3590 # v1.4.0 if: ${{ contains(matrix.target, 'musl') }} with: version: 0.11.0 @@ -180,7 +180,7 @@ jobs: merge-multiple: true - name: Unzip - uses: montudor/action-zip@v1.0.0 + uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28 # v1.0.0 with: args: unzip -qq *.zip -d . diff --git a/.github/workflows/release_oxlint.yml b/.github/workflows/release_oxlint.yml index 669787d869ec8..d10b504dc2bf6 100644 --- a/.github/workflows/release_oxlint.yml +++ b/.github/workflows/release_oxlint.yml @@ -23,7 +23,7 @@ jobs: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - name: Check version changes - uses: EndBug/version-check@v2.1.5 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 id: version with: static-checking: localIsNew @@ -91,7 +91,7 @@ jobs: tool: cross - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 with: shared-key: release-${{ matrix.target }} @@ -177,7 +177,7 @@ jobs: merge-multiple: true - name: Unzip - uses: montudor/action-zip@v1.0.0 + uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28 # v1.0.0 with: args: unzip -qq *.zip -d . @@ -204,7 +204,7 @@ jobs: done - name: Create GitHub Release - uses: softprops/action-gh-release@v2.2.0 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: body: ${{ steps.run.outputs.CHANGELOG }} draft: false @@ -245,7 +245,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - - uses: benc-uk/workflow-dispatch@v1.2.4 + - uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4 with: repo: oxc-project/eslint-plugin-oxlint workflow: bump_oxlint.yml diff --git a/.github/workflows/release_vscode.yml b/.github/workflows/release_vscode.yml index d848a7811ec5a..3b9894cf3be47 100644 --- a/.github/workflows/release_vscode.yml +++ b/.github/workflows/release_vscode.yml @@ -28,7 +28,7 @@ jobs: - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1 - name: Check vscode version changes - uses: EndBug/version-check@v2.1.5 + uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5 id: version with: diff-search: true @@ -86,7 +86,7 @@ jobs: tool: cross - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 with: shared-key: release-${{ matrix.target }}