@@ -195,7 +195,7 @@ jobs:
195195 env :
196196 RUSTDOCFLAGS : --cfg docsrs
197197
198- - uses : aws-actions/configure-aws-credentials@v4.3.1
198+ - uses : aws-actions/configure-aws-credentials@v5.0.0
199199 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
200200 with :
201201 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -461,7 +461,7 @@ jobs:
461461 - name : Run cargo llvm-cov
462462 run : cargo llvm-cov --html --no-fail-fast --workspace --exclude s2n-quic-qns --all-features
463463
464- - uses : aws-actions/configure-aws-credentials@v4.3.1
464+ - uses : aws-actions/configure-aws-credentials@v5.0.0
465465 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
466466 with :
467467 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -575,7 +575,7 @@ jobs:
575575 run : |
576576 ./scripts/recovery-sim
577577
578- - uses : aws-actions/configure-aws-credentials@v4.3.1
578+ - uses : aws-actions/configure-aws-credentials@v5.0.0
579579 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
580580 with :
581581 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -626,7 +626,7 @@ jobs:
626626 run : |
627627 ./scripts/sim
628628
629- - uses : aws-actions/configure-aws-credentials@v4.3.1
629+ - uses : aws-actions/configure-aws-credentials@v5.0.0
630630 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
631631 with :
632632 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -768,7 +768,7 @@ jobs:
768768 cd examples/echo
769769 cargo build --timings --release --workspace
770770
771- - uses : aws-actions/configure-aws-credentials@v4.3.1
771+ - uses : aws-actions/configure-aws-credentials@v5.0.0
772772 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
773773 with :
774774 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -869,7 +869,7 @@ jobs:
869869 mv report.tsv target/report/
870870 mv dhat-heap.json target/report/
871871
872- - uses : aws-actions/configure-aws-credentials@v4.3.1
872+ - uses : aws-actions/configure-aws-credentials@v5.0.0
873873 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
874874 with :
875875 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -995,7 +995,7 @@ jobs:
995995 if : ${{ always() }}
996996 needs : [env, rustfmt, clippy, udeps, doc, test, asan, fips, miri, no_std, compliance, coverage, crates, examples, recovery-simulations, sims, copyright, s2n-events, generate-events, snapshots, timing, typos, kani, dhat, loom, xdp, dc-wireshark]
997997 steps :
998- - uses : aws-actions/configure-aws-credentials@v4.3.1
998+ - uses : aws-actions/configure-aws-credentials@v5.0.0
999999 if : github.event_name != 'pull_request'
10001000 with :
10011001 role-to-assume : arn:aws:iam::003495580562:role/GitHubOIDCRole
0 commit comments