Skip to content

Commit

Permalink
fix: use checkout sources v4 in codebuild CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Jan 10, 2025
1 parent 9ecf72c commit 6f9e46b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ jobs:
echo Please verify the PRs are not running any malicious code and mark the checkbox true when running the workflow
exit 1
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Configure Gradle
working-directory: ./aws-sdk-kotlin
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Run Service Check Batch and Calculate Artifact Size Metrics
id: svc-check-batch
Expand Down Expand Up @@ -209,14 +208,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Configure Gradle
working-directory: ./aws-sdk-kotlin
uses: ./aws-sdk-kotlin/.github/actions/custom-gradle-distribution-url
- name: Calculate Artifact Size Metrics
id: svc-check-batch
Expand Down

0 comments on commit 6f9e46b

Please sign in to comment.