Skip to content

Bump aws-sdk-ecr from 1.98.0 to 1.99.0 #5715

Bump aws-sdk-ecr from 1.98.0 to 1.99.0

Bump aws-sdk-ecr from 1.98.0 to 1.99.0 #5715

# https://github.com/actions-rs/audit-check
name: Rust Cargo Audit
on:
push:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/[email protected]
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}
- uses: ClementTsang/[email protected]
with:
command: install
args: cargo-audit
- uses: ClementTsang/[email protected]
with:
command: audit