@@ -213,7 +213,7 @@ jobs:
213213 env :
214214 RUSTDOCFLAGS : --cfg docsrs
215215
216- - uses : aws-actions/configure-aws-credentials@v6.0 .0
216+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
217217 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
218218 with :
219219 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -480,7 +480,7 @@ jobs:
480480 - name : Run cargo llvm-cov
481481 run : cargo llvm-cov --html --no-fail-fast --workspace --exclude s2n-quic-qns --all-features
482482
483- - uses : aws-actions/configure-aws-credentials@v6.0 .0
483+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
484484 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
485485 with :
486486 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -594,7 +594,7 @@ jobs:
594594 run : |
595595 ./scripts/recovery-sim
596596
597- - uses : aws-actions/configure-aws-credentials@v6.0 .0
597+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
598598 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
599599 with :
600600 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -645,7 +645,7 @@ jobs:
645645 run : |
646646 ./scripts/sim
647647
648- - uses : aws-actions/configure-aws-credentials@v6.0 .0
648+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
649649 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
650650 with :
651651 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -790,7 +790,7 @@ jobs:
790790 cd examples/echo
791791 cargo build --timings --release --workspace
792792
793- - uses : aws-actions/configure-aws-credentials@v6.0 .0
793+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
794794 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
795795 with :
796796 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -893,7 +893,7 @@ jobs:
893893 mv report.tsv target/report/
894894 mv dhat-heap.json target/report/
895895
896- - uses : aws-actions/configure-aws-credentials@v6.0 .0
896+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
897897 if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
898898 with :
899899 role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -1025,7 +1025,7 @@ jobs:
10251025 if : ${{ always() }}
10261026 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]
10271027 steps :
1028- - uses : aws-actions/configure-aws-credentials@v6.0 .0
1028+ - uses : aws-actions/configure-aws-credentials@v6.1 .0
10291029 if : github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
10301030 with :
10311031 role-to-assume : arn:aws:iam::003495580562:role/GitHubOIDCRole
0 commit comments