diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb4b76d..fa42a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - uses: dart-lang/setup-dart@v1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 8d9c028..be0ed4d 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 diff --git a/.github/workflows/release.reusable.yml b/.github/workflows/release.reusable.yml index 2a8613a..30f0220 100644 --- a/.github/workflows/release.reusable.yml +++ b/.github/workflows/release.reusable.yml @@ -305,7 +305,7 @@ jobs: pattern: ${{ inputs.bin_name }}-* merge-multiple: true - - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + - uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: tag_name: ${{ inputs.tag }} files: dist/* diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9e5fb3..819ed91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: - uses: dart-lang/setup-dart@v1 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2 + uses: taiki-e/install-action@0758d235715de2f3551eacc980d9ae8fce9342c3 # v2 with: tool: cargo-llvm-cov