From 0f8bea0514d9262298b8be8b798583adcd99e356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 06:36:38 -0700 Subject: [PATCH] build(deps): bump aws-actions/configure-aws-credentials (#1658) 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](https://github.com/aws-actions/configure-aws-credentials/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/netbench.yml | 2 +- .github/workflows/qns.yml | 8 ++++---- .github/workflows/tshark.yml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 370aa9c38f..569c739238 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/netbench.yml b/.github/workflows/netbench.yml index 85a06ab151..28d43926be 100644 --- a/.github/workflows/netbench.yml +++ b/.github/workflows/netbench.yml @@ -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 }} diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index de210b9d81..884e1b6af9 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.github/workflows/tshark.yml b/.github/workflows/tshark.yml index ee8156ea71..9d349a9f26 100644 --- a/.github/workflows/tshark.yml +++ b/.github/workflows/tshark.yml @@ -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 }}