diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index edc5edba9..0e66a2023 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -46,7 +46,7 @@ jobs: with: folder: target/book - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d575fed3..1c517bcaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: env: RUSTDOCFLAGS: --cfg docsrs - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -422,7 +422,7 @@ jobs: - name: Run cargo llvm-cov run: cargo llvm-cov --html --no-fail-fast --workspace --exclude s2n-quic-qns --exclude s2n-quic-events --all-features - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -534,7 +534,7 @@ jobs: run: | ./scripts/recovery-sim - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -579,7 +579,7 @@ jobs: run: | ./scripts/sim - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -686,7 +686,7 @@ jobs: cd examples/echo cargo build --timings --release --workspace - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -782,7 +782,7 @@ jobs: mv report.tsv target/report/ mv dhat-heap.json target/report/ - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index 8dc4e5f6d..a06390668 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -216,7 +216,7 @@ jobs: $from done - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -308,7 +308,7 @@ jobs: results/**/result.json > \ web/logs/latest/result.json - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole @@ -460,7 +460,7 @@ jobs: cd perf-results tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 472203c3a..1024f1c12 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: fi echo "tags=${TAGS}" >> $GITHUB_OUTPUT - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCEcrRole diff --git a/.github/workflows/tshark.yml b/.github/workflows/tshark.yml index 0b2a4b6fc..e37712d55 100644 --- a/.github/workflows/tshark.yml +++ b/.github/workflows/tshark.yml @@ -51,7 +51,7 @@ jobs: tshark-static \ cp /usr/local/bin/tshark /usr/local/bin/editcap /host-dir/ - - uses: aws-actions/configure-aws-credentials@v4.0.3 + - uses: aws-actions/configure-aws-credentials@v4.1.0 if: github.event_name == 'schedule' || github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.repository == github.event.pull_request.head.repo.full_name with: role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole