From 8c5e18acf68553882df9ce8b2f76bc797020e024 Mon Sep 17 00:00:00 2001 From: Mohamed ElAsmar Date: Wed, 16 Apr 2025 00:24:56 -0700 Subject: [PATCH 1/2] chore: dummy change for testing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bb5ec0bc58ba..7efd436dd535a 100644 --- a/README.md +++ b/README.md @@ -176,3 +176,4 @@ this capability, please see the [developer guide](https://docs.aws.amazon.com/cd * [Changelog](./CHANGELOG.md) * [NOTICE](./NOTICE) * [License](./LICENSE) + From 7b6725fa37471dc62283ffbe3060f1afcddd1a37 Mon Sep 17 00:00:00 2001 From: Mohamed ElAsmar Date: Wed, 16 Apr 2025 00:40:22 -0700 Subject: [PATCH 2/2] update codecov action --- .github/workflows/codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 566578a34e785..3634b6f11c895 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -3,7 +3,7 @@ name: Codecov on: push: branches: [ "main" ] - pull_request: + pull_request_target: branches: [ "main" ] jobs: @@ -18,6 +18,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Set up Node uses: actions/setup-node@v4