mirror of
https://github.com/actions-rust-lang/audit.git
synced 2025-12-27 01:43:48 -05:00
Update cargo audit to 0.22.0
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.2.6] - 2025-11-22
|
||||||
|
|
||||||
|
* Update `cargo-audit` to 0.22.0
|
||||||
|
|
||||||
## [1.2.5] - 2025-10-09
|
## [1.2.5] - 2025-10-09
|
||||||
|
|
||||||
* Pin the version of `actions/cache` to commit hash by @Gronner in #122
|
* Pin the version of `actions/cache` to commit hash by @Gronner in #122
|
||||||
|
|||||||
@@ -45,12 +45,12 @@ runs:
|
|||||||
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
|
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
|
||||||
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
|
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
|
||||||
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
|
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
|
||||||
key: cargo-audit-v0.21.2
|
key: cargo-audit-v0.22.0
|
||||||
|
|
||||||
- name: Install cargo-audit
|
- name: Install cargo-audit
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
# Update both this version number and the cache key
|
# Update both this version number and the cache key
|
||||||
run: cargo install cargo-audit --vers 0.21.2 --no-default-features
|
run: cargo install cargo-audit --vers 0.22.0 --no-default-features
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user