Skip to content

Commit 578115f

Browse files
build(deps): bump aws-actions/configure-aws-credentials (#2791)
1 parent 861d116 commit 578115f

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

.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@v4.3.1
38+
uses: aws-actions/configure-aws-credentials@v5.0.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@v4.3.1
227+
- uses: aws-actions/configure-aws-credentials@v5.0.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@v4.3.1
325+
- uses: aws-actions/configure-aws-credentials@v5.0.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@v4.3.1
483+
- uses: aws-actions/configure-aws-credentials@v5.0.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@v4.3.1
579+
- uses: aws-actions/configure-aws-credentials@v5.0.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@v4.3.1
49+
- uses: aws-actions/configure-aws-credentials@v5.0.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@v4.3.1
54+
- uses: aws-actions/configure-aws-credentials@v5.0.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)