Pin third-party Action versions

The versions that are installed have not changed: the hashes correspond to the current values of the version tags that were previously used.
This commit is contained in:
Oliver Hamlet
2025-10-01 20:08:54 +01:00
parent b8bb06581d
commit bd10075c72
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -80,7 +80,9 @@ jobs:
if: steps.cache-cargo.outputs.cache-hit != 'true' if: steps.cache-cargo.outputs.cache-hit != 'true'
- name: Install cargo-llvm-cov - name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov uses: taiki-e/install-action@d6d752794628f1e1fffa3c4d3c8874e06f043d50 # v2.62.15
with:
tool: cargo-llvm-cov@0.6.19
- name: Prepare test resources - name: Prepare test resources
shell: bash shell: bash
@@ -107,7 +109,7 @@ jobs:
run: cargo llvm-cov --workspace --lcov --output-path lcov.info run: cargo llvm-cov --workspace --lcov --output-path lcov.info
- name: Upload code coverage to Coveralls - name: Upload code coverage to Coveralls
uses: coverallsapp/github-action@v2 uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
continue-on-error: true continue-on-error: true
# Need to rebuild the FFI wrapper so that its binary is given a filename # Need to rebuild the FFI wrapper so that its binary is given a filename
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: rust-lang/crates-io-auth-action@v1 - uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879 # v1.0.1
id: auth id: auth
- run: cargo publish - run: cargo publish