diff --git a/.github/actions/pnpm/action.yml b/.github/actions/pnpm/action.yml index 4c54bb37..13088466 100644 --- a/.github/actions/pnpm/action.yml +++ b/.github/actions/pnpm/action.yml @@ -10,7 +10,7 @@ inputs: runs: using: composite steps: - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ inputs['node-version'] }} # pnpm is installed in the next step; opt out of setup-node v6's diff --git a/.github/actions/zigbuild/action.yml b/.github/actions/zigbuild/action.yml index 55c47fcb..bf69e1bd 100644 --- a/.github/actions/zigbuild/action.yml +++ b/.github/actions/zigbuild/action.yml @@ -28,7 +28,7 @@ runs: version: ${{ inputs.zig-version }} - name: Install cargo-zigbuild - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 env: GITHUB_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6931932e..eb403672 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -27,11 +27,11 @@ jobs: - name: Checkout Branch uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + - uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 with: version: 11.3.0 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .node-version cache: pnpm @@ -44,7 +44,7 @@ jobs: cache-key: benchmark cache-save-if: ${{ github.ref_name == 'main' }} - - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: cargo-codspeed diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f95c4f7..90940348 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: steps: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - - uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2 + - uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3 with: files: . @@ -118,7 +118,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1 with: cache: false - - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: cargo-deny @@ -142,7 +142,7 @@ jobs: with: cache: false if: steps.filter.outputs.src == 'true' - - uses: cargo-bins/cargo-binstall@d125de8b4538541574fd9357b6feb61c8486464b # main + - uses: cargo-bins/cargo-binstall@f8810ffa11196f23afb38e6fb64716fbf814ad8f # main if: steps.filter.outputs.src == 'true' - run: cargo binstall --no-confirm cargo-shear@1 if: steps.filter.outputs.src == 'true' diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d36f8792..616e51b0 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -35,7 +35,7 @@ jobs: cache-save-if: ${{ github.ref_name == 'main' }} components: llvm-tools-preview - - uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18 + - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.79.6 with: tool: cargo-llvm-cov @@ -70,7 +70,7 @@ jobs: - name: Upload to codecov.io if: env.CODECOV_TOKEN - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true