Skip to content

Commit dc37ed6

Browse files
build(deps): bump aws-actions/configure-aws-credentials from 5.0.0 to 5.1.0 (#2841)
1 parent 995f37b commit dc37ed6

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.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@v5.0.0
50+
- uses: aws-actions/configure-aws-credentials@v5.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
@@ -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

.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@v5.0.0
38+
uses: aws-actions/configure-aws-credentials@v5.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
@@ -224,7 +224,7 @@ jobs:
224224
$from
225225
done
226226
227-
- uses: aws-actions/configure-aws-credentials@v5.0.0
227+
- uses: aws-actions/configure-aws-credentials@v5.1.0
228228
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
229229
with:
230230
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -322,7 +322,7 @@ jobs:
322322
results/**/result.json > \
323323
web/logs/latest/result.json
324324
325-
- uses: aws-actions/configure-aws-credentials@v5.0.0
325+
- uses: aws-actions/configure-aws-credentials@v5.1.0
326326
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
327327
with:
328328
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -480,7 +480,7 @@ jobs:
480480
cd perf-results
481481
tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html
482482
483-
- uses: aws-actions/configure-aws-credentials@v5.0.0
483+
- uses: aws-actions/configure-aws-credentials@v5.1.0
484484
if: github.event_name == 'push' || github.event_name == 'schedule' || github.repository == github.event.pull_request.head.repo.full_name
485485
with:
486486
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -576,7 +576,7 @@ jobs:
576576
if: always() && needs.retry-failures.result == 'skipped'
577577
needs: [retry-failures, env, s2n-quic-qns, interop, interop-report, h3spec, perf, perf-report, attack]
578578
steps:
579-
- uses: aws-actions/configure-aws-credentials@v5.0.0
579+
- uses: aws-actions/configure-aws-credentials@v5.1.0
580580
if: github.event_name != 'pull_request'
581581
with:
582582
role-to-assume: arn:aws:iam::003495580562:role/GitHubOIDCRole

.github/workflows/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@v5.0.0
49+
- uses: aws-actions/configure-aws-credentials@v5.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@v5.0.0
54+
- uses: aws-actions/configure-aws-credentials@v5.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)