Skip to content

Commit

Permalink
build(deps): bump aws-actions/configure-aws-credentials (aws#1658)
Browse files Browse the repository at this point in the history
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1.7.0 to 2.0.0.
- [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@v1.7.0...v2.0.0)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 8, 2023
1 parent 482ea62 commit 0f8bea0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
command: doc
args: --all-features --no-deps --workspace --exclude s2n-quic-qns

- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
command: llvm-cov
args: --html --no-fail-fast --workspace --exclude s2n-quic-qns --exclude s2n-quic-events --all-features

- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -423,7 +423,7 @@ jobs:
run: |
./scripts/recovery-sim
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
run: |
./scripts/sim
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -591,7 +591,7 @@ jobs:
cd examples/echo
cargo build --timings --release
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -685,7 +685,7 @@ jobs:
mv report.tsv target/report/
mv dhat-heap.json target/report/
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/netbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
name: netbench-report
path: reports

- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
$from
done
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
results/**/result.json > \
web/logs/latest/result.json
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
if: github.event_name == 'push'
run: sudo env "PATH=$PATH" "BUILD_S2N_QUIC=false" ./scripts/benchmark/run-all

- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:
cd perf-results
tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
tshark-static \
cp /usr/local/bin/tshark /usr/local/bin/editcap /host-dir/
- uses: aws-actions/configure-aws-credentials@v1.7.0
- uses: aws-actions/configure-aws-credentials@v2.0.0
if: github.event_name == 'schedule' || github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 0f8bea0

Please sign in to comment.