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..7c67d691 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@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 env: GITHUB_TOKEN: ${{ github.token }} with: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e646e914..0bb3dff1 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 + version: 11.5.1 - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .node-version cache: pnpm @@ -47,7 +47,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@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 with: tool: cargo-codspeed diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f95c4f7..2cdfccee 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@37bb98842b0d8c4ffebdb75301a13db0267cef89 # v1.47.2 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@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 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@30b5ca8b54e1dcffd9548bc87ede1531310fdc67 # 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..7c63534b 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@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # v2.81.3 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 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 98aba49c..50456717 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,12 +37,12 @@ jobs: - uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 - name: Initialize CodeQL - uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3 + uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 with: languages: ${{ matrix.language }} build-mode: none - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3 + uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3 with: category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index 76e2c9e1..d6732586 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -84,7 +84,7 @@ jobs: # if: ${{ github.event_name == 'workflow_dispatch' }} steps: - name: Checkout Repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # This makes Actions fetch only one branch to release fetch-depth: 1 diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index abd010e1..cff89f12 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -26,7 +26,7 @@ jobs: # push release tag contents: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 ref: ${{ inputs.commit }} diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 0dda23fc..c217956a 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -48,7 +48,7 @@ jobs: runner-labels: ${{ steps.upload-artifact.outputs.runner-labels || inputs.runner }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref }}