Skip to content

Commit f7a200a

Browse files
build(deps): bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#3036)
1 parent 1746080 commit f7a200a

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
folder: target/book
4949

50-
- uses: aws-actions/configure-aws-credentials@v6.0.0
50+
- uses: aws-actions/configure-aws-credentials@v6.1.0
5151
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
5252
with:
5353
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/codebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Get credentials
38-
uses: aws-actions/configure-aws-credentials@v6.0.0
38+
uses: aws-actions/configure-aws-credentials@v6.1.0
3939
with:
4040
role-to-assume: arn:aws:iam::003495580562:role/GitHubOIDCRole
4141
role-session-name: ${{ github.run_id }}

.github/workflows/qns.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
$from
231231
done
232232
233-
- uses: aws-actions/configure-aws-credentials@v6.0.0
233+
- uses: aws-actions/configure-aws-credentials@v6.1.0
234234
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
235235
with:
236236
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -328,7 +328,7 @@ jobs:
328328
results/**/result.json > \
329329
web/logs/latest/result.json
330330
331-
- uses: aws-actions/configure-aws-credentials@v6.0.0
331+
- uses: aws-actions/configure-aws-credentials@v6.1.0
332332
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
333333
with:
334334
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -486,7 +486,7 @@ jobs:
486486
cd perf-results
487487
tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html
488488
489-
- uses: aws-actions/configure-aws-credentials@v6.0.0
489+
- uses: aws-actions/configure-aws-credentials@v6.1.0
490490
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
491491
with:
492492
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -582,7 +582,7 @@ jobs:
582582
if: always() && needs.retry-failures.result == 'skipped'
583583
needs: [retry-failures, env, s2n-quic-qns, interop, interop-report, h3spec, perf, perf-report, attack]
584584
steps:
585-
- uses: aws-actions/configure-aws-credentials@v6.0.0
585+
- uses: aws-actions/configure-aws-credentials@v6.1.0
586586
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
587587
with:
588588
role-to-assume: arn:aws:iam::003495580562:role/GitHubOIDCRole

.github/workflows/qns_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
4848
49-
- uses: aws-actions/configure-aws-credentials@v6.0.0
49+
- uses: aws-actions/configure-aws-credentials@v6.1.0
5050
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
5151
with:
5252
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCEcrRole

.github/workflows/tshark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tshark-static \
5252
cp /usr/local/bin/tshark /usr/local/bin/editcap /host-dir/
5353
54-
- uses: aws-actions/configure-aws-credentials@v6.0.0
54+
- uses: aws-actions/configure-aws-credentials@v6.1.0
5555
if: github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.repository == github.event.pull_request.head.repo.full_name
5656
with:
5757
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole

0 commit comments

Comments
 (0)