diff --git a/.github/workflows/act_build.yml b/.github/workflows/act_build.yml index 2522f31c..9f598b42 100644 --- a/.github/workflows/act_build.yml +++ b/.github/workflows/act_build.yml @@ -67,7 +67,7 @@ jobs: echo "# Ld" ld -v - name: Install cross - uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18 + uses: taiki-e/install-action@509565405a8a987e73cf742e26b26dcc72c4b01a # v2.67.26 with: tool: cross@latest # Cache doesn't work when cross compiling anyway. diff --git a/.github/workflows/act_build_release.yml b/.github/workflows/act_build_release.yml index a7d516aa..f7dc1486 100644 --- a/.github/workflows/act_build_release.yml +++ b/.github/workflows/act_build_release.yml @@ -99,7 +99,7 @@ jobs: persist-credentials: false - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - - uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18 + - uses: taiki-e/install-action@509565405a8a987e73cf742e26b26dcc72c4b01a # v2.67.26 with: tool: cross@latest - uses: taiki-e/upload-rust-binary-action@3962470d6e7f1993108411bc3f75a135ec67fc8c # v1.27.0 diff --git a/.github/workflows/act_lint.yml b/.github/workflows/act_lint.yml index c683ebf7..9cd29baf 100644 --- a/.github/workflows/act_lint.yml +++ b/.github/workflows/act_lint.yml @@ -41,7 +41,7 @@ jobs: continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5 + uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v3.29.5 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index 1e0e1805..42d82a42 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -30,7 +30,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124 + uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 # v0.5.126 with: command: release env: @@ -58,7 +58,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: release-plz/action@e592230ad39e3ec735402572601fc621aa24355c # v0.5.124 + uses: release-plz/action@52440b50d383aa252927de395c8b2c1e0a9cf8e9 # v0.5.126 with: command: release-pr env: