Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.0.3 #2461

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
folder: target/book

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
env:
RUSTDOCFLAGS: --cfg docsrs

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -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/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -534,7 +534,7 @@ jobs:
run: |
./scripts/recovery-sim

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -579,7 +579,7 @@ jobs:
run: |
./scripts/sim

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -686,7 +686,7 @@ jobs:
cd examples/echo
cargo build --timings --release --workspace

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -782,7 +782,7 @@ jobs:
mv report.tsv target/report/
mv dhat-heap.json target/report/

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
$from
done

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
results/**/result.json > \
web/logs/latest/result.json

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down Expand Up @@ -460,7 +460,7 @@ jobs:
cd perf-results
tree -H "." -T "Performance Results" --noreport --charset utf-8 > index.html

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fi
echo "tags=${TAGS}" >> $GITHUB_OUTPUT

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
tshark-static \
cp /usr/local/bin/tshark /usr/local/bin/editcap /host-dir/

- uses: aws-actions/[email protected].2
- uses: aws-actions/[email protected].3
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
Expand Down
Loading