diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1abf0c9673..ebc9098255 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -346,7 +346,7 @@ jobs: sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt done if: steps.changed-files.outputs.any_changed == 'true' - - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.txt diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 06bf40f82c..4eff17d3cc 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -69,13 +69,13 @@ jobs: persist-credentials: false - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 + uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2 with: role-to-assume: ${{ vars.AWS_ROLE_TO_ASSUME_AI }} aws-region: us-east-1 - name: Claude Code - uses: anthropics/claude-code-action@f4fb5c6cdccc1ee7af63692f5d08d56efaa64cc8 # v1.0.121 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133 with: github_token: ${{ secrets.GITHUB_TOKEN }} use_bedrock: true diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 4bbb33ed48..a0b1cfbab4 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -31,7 +31,7 @@ jobs: outputs: valid: ${{ steps.setValid.outputs.valid }} steps: - - uses: tspascoal/get-user-teams-membership@818140d631d5f29f26b151afbe4179f87d9ceb5e # v4.0.1 + - uses: tspascoal/get-user-teams-membership@b2546c5affc730fd8e3d8483ae9ad3621938c2f9 # v4.0.2 id: checkMember if: github.event_name == 'issue_comment' with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f613c0d8d1..dd4fe147c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -95,7 +95,7 @@ jobs: go tool covdata textfmt -i=coverage -o profile.txt - name: Upload coverage report if: steps.changed-files.outputs.only_changed == 'false' && steps.skip-upgrade.outputs.skip != 'true' - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./profile.txt