diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 9242537..08aec7a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -79,7 +79,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 + uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} track_progress: >- diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index a66103b..f15ab5a 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -92,7 +92,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@88c168b39e7e64da0286d812b6e9fbebb6708185 + uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b5cd3f9..10f953e 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -337,7 +337,7 @@ jobs: - name: Commit version bump if: ${{ steps.version-files.outputs.changed == 'true' }} - uses: iarekylew00t/verified-bot-commit@e5a15a06b84b655a7587a230df0b9631f2508d14 + uses: iarekylew00t/verified-bot-commit@4aeee0954ea68e4e91e5fd326e9a0827ebc5b19a with: message: 'release: ${{ steps.version.outputs.RELEASE_NAME }}' token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 60a8f4d..17b7bc6 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -24,7 +24,7 @@ jobs: - name: Setup uv id: setup-uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 with: enable-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ffbf333..cc1d03b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,7 +94,7 @@ jobs: echo "Computed RELEASE_VERSION=$RELEASE_VERSION" - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@b1257c400167d727708335212f95607835cd03fd + uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 with: aws-access-key-id: ${{ secrets.PINGPONG_AWS_ACCESS_KEY }} aws-secret-access-key: ${{ secrets.PINGPONG_AWS_SECRET_ACCESS_KEY }} @@ -102,7 +102,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@a6f26d4dac281724664e992240eebeb7469b9154 + uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 - name: Check if Server image exists env: