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:50 +01:00
parent dba3ba6902
commit 14410e5908
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -102,7 +102,9 @@ jobs:
if: matrix.target.platform == 'Win32'
- 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
shell: pwsh
@@ -120,7 +122,7 @@ jobs:
run: cargo llvm-cov --lcov --output-path lcov.info --target ${{ matrix.target.triple }}
- name: Upload code coverage to Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
if: github.event_name == 'push'
continue-on-error: true
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
steps:
- 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
- run: cargo publish -p libloot