diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 648894bd98..fbcbf752b8 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -45,7 +45,7 @@ jobs: with: folder: target/book - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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/ci.yml b/.github/workflows/ci.yml index 33bd0e896b..eba3631339 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: command: doc args: --all-features --no-deps --workspace --exclude s2n-quic-qns - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -367,7 +367,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@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -485,7 +485,7 @@ jobs: run: | ./scripts/recovery-sim - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -534,7 +534,7 @@ jobs: run: | ./scripts/sim - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -645,7 +645,7 @@ jobs: cd examples/echo cargo build --timings --release - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -743,7 +743,7 @@ jobs: mv report.tsv target/report/ mv dhat-heap.json target/report/ - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 dee3539395..500548718e 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -214,7 +214,7 @@ jobs: $from done - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -306,7 +306,7 @@ jobs: results/**/result.json > \ web/logs/latest/result.json - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -409,7 +409,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@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }} @@ -558,7 +558,7 @@ jobs: cd perf-results tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html - - uses: aws-actions/configure-aws-credentials@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 f00ea1ba30..cf9099cd76 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@v4.0.1 + - uses: aws-actions/configure-aws-credentials@v4.0.2 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 }}