Skip to content

Commit 09203b4

Browse files
authored
Update nightly for Security audit GitHub action (#1254)
## Motivation and Context The Security audit GitHub action has been broken for a month. This PR updates nightly version to fix it ([the same nightly version used by canary)](https://github.com/awslabs/aws-sdk-rust/blob/main/.github/workflows/canary.yaml#L11). ## Testing Confirmed that Security audit [passed](https://github.com/awslabs/aws-sdk-rust/actions/runs/13338282531) against this feature branch. ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent b883199 commit 09203b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
- cron: "0 0 * * *"
55
workflow_dispatch:
66
env:
7-
rust_version: nightly-2023-07-31
7+
rust_version: nightly-2024-09-04
88

99
# RUSTSEC-2020-0071 , RUSTSEC-2020-0159
1010
# chrono, a Rust date-time crate we use for timestamp parsing was added

0 commit comments

Comments
 (0)