Skip to content

Commit 8bfc8a8

Browse files
build(deps): bump aws-actions/configure-aws-credentials (#2461)
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eace166 commit 8bfc8a8

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/book.yml

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

49-
- uses: aws-actions/[email protected].2
49+
- uses: aws-actions/[email protected].3
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/GitHubOIDCRole

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
env:
164164
RUSTDOCFLAGS: --cfg docsrs
165165

166-
- uses: aws-actions/[email protected].2
166+
- uses: aws-actions/[email protected].3
167167
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
168168
with:
169169
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -422,7 +422,7 @@ jobs:
422422
- name: Run cargo llvm-cov
423423
run: cargo llvm-cov --html --no-fail-fast --workspace --exclude s2n-quic-qns --exclude s2n-quic-events --all-features
424424

425-
- uses: aws-actions/[email protected].2
425+
- uses: aws-actions/[email protected].3
426426
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
427427
with:
428428
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -534,7 +534,7 @@ jobs:
534534
run: |
535535
./scripts/recovery-sim
536536
537-
- uses: aws-actions/[email protected].2
537+
- uses: aws-actions/[email protected].3
538538
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
539539
with:
540540
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -579,7 +579,7 @@ jobs:
579579
run: |
580580
./scripts/sim
581581
582-
- uses: aws-actions/[email protected].2
582+
- uses: aws-actions/[email protected].3
583583
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
584584
with:
585585
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -686,7 +686,7 @@ jobs:
686686
cd examples/echo
687687
cargo build --timings --release --workspace
688688
689-
- uses: aws-actions/[email protected].2
689+
- uses: aws-actions/[email protected].3
690690
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
691691
with:
692692
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -782,7 +782,7 @@ jobs:
782782
mv report.tsv target/report/
783783
mv dhat-heap.json target/report/
784784
785-
- uses: aws-actions/[email protected].2
785+
- uses: aws-actions/[email protected].3
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

.github/workflows/qns.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
$from
217217
done
218218
219-
- uses: aws-actions/[email protected].2
219+
- uses: aws-actions/[email protected].3
220220
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
221221
with:
222222
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -308,7 +308,7 @@ jobs:
308308
results/**/result.json > \
309309
web/logs/latest/result.json
310310
311-
- uses: aws-actions/[email protected].2
311+
- uses: aws-actions/[email protected].3
312312
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
313313
with:
314314
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
@@ -460,7 +460,7 @@ jobs:
460460
cd perf-results
461461
tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html
462462
463-
- uses: aws-actions/[email protected].2
463+
- uses: aws-actions/[email protected].3
464464
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
465465
with:
466466
role-to-assume: arn:aws:iam::024603541914: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/[email protected].2
49+
- uses: aws-actions/[email protected].3
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/[email protected].2
54+
- uses: aws-actions/[email protected].3
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)