From f28f9901b5a90221254638c90234660c7a5e820b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:58:24 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/prepare_release_crates.yml | 2 +- .github/workflows/prepare_release_oxlint.yml | 4 ++-- .github/workflows/release_napi_parser.yml | 4 ++-- .github/workflows/release_napi_transform.yml | 4 ++-- .github/workflows/release_oxlint.yml | 8 ++++---- .github/workflows/release_vscode.yml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/prepare_release_crates.yml b/.github/workflows/prepare_release_crates.yml index c3757ade09cf29..104c24c2004d47 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 d1ca261b079425..0dce8115a16cc5 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 8b8066af44cd73..7b5879e2545cb4 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 @@ -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 a31db588c4dff2..c26e40f315e72b 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 @@ -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 669787d869ec8d..7665fdc683f399 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 . @@ -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 d848a7811ec5ad..3b9894cf3be47b 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 }}