@@ -208,7 +208,7 @@ jobs:
208208        env :
209209          RUSTDOCFLAGS : --cfg docsrs 
210210
211-       - uses : aws-actions/configure-aws-credentials@v5.0 .0 
211+       - uses : aws-actions/configure-aws-credentials@v5.1 .0 
212212        if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name 
213213        with :
214214          role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole 
@@ -472,7 +472,7 @@ jobs:
472472      - name : Run cargo llvm-cov 
473473        run : cargo llvm-cov --html --no-fail-fast --workspace --exclude s2n-quic-qns --all-features 
474474
475-       - uses : aws-actions/configure-aws-credentials@v5.0 .0 
475+       - uses : aws-actions/configure-aws-credentials@v5.1 .0 
476476        if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name 
477477        with :
478478          role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole 
@@ -586,7 +586,7 @@ jobs:
586586        run : | 
587587          ./scripts/recovery-sim 
588588
589- uses : aws-actions/configure-aws-credentials@v5.0 .0 
589+ uses : aws-actions/configure-aws-credentials@v5.1 .0 
590590        if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name 
591591        with :
592592          role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole 
@@ -637,7 +637,7 @@ jobs:
637637        run : | 
638638          ./scripts/sim 
639639
640- uses : aws-actions/configure-aws-credentials@v5.0 .0 
640+ uses : aws-actions/configure-aws-credentials@v5.1 .0 
641641        if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name 
642642        with :
643643          role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole 
@@ -782,7 +782,7 @@ jobs:
782782          cd examples/echo 
783783          cargo build --timings --release --workspace 
784784
785- uses : aws-actions/configure-aws-credentials@v5.0 .0 
785+ uses : aws-actions/configure-aws-credentials@v5.1 .0 
786786        if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name 
787787        with :
788788          role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole 
@@ -883,7 +883,7 @@ jobs:
883883          mv report.tsv target/report/ 
884884          mv dhat-heap.json target/report/ 
885885
886- uses : aws-actions/configure-aws-credentials@v5.0 .0 
886+ uses : aws-actions/configure-aws-credentials@v5.1 .0 
887887        if : github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name 
888888        with :
889889          role-to-assume : arn:aws:iam::024603541914:role/GitHubOIDCRole 
@@ -1009,7 +1009,7 @@ jobs:
10091009    if : ${{ always() }} 
10101010    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] 
10111011    steps :
1012-       - uses : aws-actions/configure-aws-credentials@v5.0 .0 
1012+       - uses : aws-actions/configure-aws-credentials@v5.1 .0 
10131013        if : github.event_name != 'pull_request' 
10141014        with :
10151015          role-to-assume : arn:aws:iam::003495580562:role/GitHubOIDCRole 
0 commit comments