Skip to content

Commit

Permalink
chore(deps): pin dependencies (#7842)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Boshen and renovate[bot] authored Dec 13, 2024
1 parent 13fe68d commit e812ae3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
repo: oxc-project/monitor-oxc
workflow: ci.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prepare_release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
repo: oxc-project/oxlint-ecosystem-ci
workflow: ci.yml
Expand All @@ -52,7 +52,7 @@ jobs:
actions: write
steps:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
- uses: benc-uk/[email protected]
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
repo: oxc-project/oxc-project.github.io
workflow: release.yml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_napi_parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1

- name: Check version changes
uses: EndBug/[email protected]
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5
id: version
with:
static-checking: localIsNew
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
merge-multiple: true

- name: Unzip
uses: montudor/[email protected]
uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28 # v1.0.0
with:
args: unzip -qq *.zip -d .

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_napi_transform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1

- name: Check version changes
uses: EndBug/[email protected]
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5
id: version
with:
static-checking: localIsNew
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
merge-multiple: true

- name: Unzip
uses: montudor/[email protected]
uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28 # v1.0.0
with:
args: unzip -qq *.zip -d .

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1

- name: Check version changes
uses: EndBug/[email protected]
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5
id: version
with:
static-checking: localIsNew
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
tool: cross

- name: Rust Cache
uses: Swatinem/[email protected]
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
with:
shared-key: release-${{ matrix.target }}

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
merge-multiple: true

- name: Unzip
uses: montudor/[email protected]
uses: montudor/action-zip@0852c26906e00f8a315c704958823928d8018b28 # v1.0.0
with:
args: unzip -qq *.zip -d .

Expand All @@ -204,7 +204,7 @@ jobs:
done
- name: Create GitHub Release
uses: softprops/[email protected]
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
with:
body: ${{ steps.run.outputs.CHANGELOG }}
draft: false
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
- uses: benc-uk/[email protected]
- uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1.2.4
with:
repo: oxc-project/eslint-plugin-oxlint
workflow: bump_oxlint.yml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1

- name: Check vscode version changes
uses: EndBug/[email protected]
uses: EndBug/version-check@36ff30f37c7deabe56a30caa043d127be658c425 # v2.1.5
id: version
with:
diff-search: true
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
tool: cross

- name: Rust Cache
uses: Swatinem/[email protected]
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
with:
shared-key: release-${{ matrix.target }}

Expand Down

0 comments on commit e812ae3

Please sign in to comment.