diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 0bf373e..7f9df6c 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 1 - - uses: aws-actions/configure-aws-credentials@v5 + - uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.BEDROCK_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }} diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index ca5222a..018d92e 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 1 - - uses: aws-actions/configure-aws-credentials@v5 + - uses: aws-actions/configure-aws-credentials@v6 with: role-to-assume: ${{ secrets.BEDROCK_ROLE_ARN }} aws-region: ${{ env.AWS_REGION }}