diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index 3a16100e61..ee350080d2 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 22 - name: Setup Java - uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5 + uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5 with: distribution: 'temurin' java-version: 21 diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 074d3ec650..3cdf147a9f 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -213,7 +213,7 @@ jobs: # .ruby-version file in the repo the action errors out rather than # using system Ruby. bundler-cache runs `bundle install` and caches the # ~210-gem fastlane tree so it isn't reinstalled each run. - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: '3.3' bundler-cache: true diff --git a/.github/workflows/build-publish-to-mac-store-on-release.yml b/.github/workflows/build-publish-to-mac-store-on-release.yml index 13d5cdbe67..1575821f5c 100644 --- a/.github/workflows/build-publish-to-mac-store-on-release.yml +++ b/.github/workflows/build-publish-to-mac-store-on-release.yml @@ -182,7 +182,7 @@ jobs: # .ruby-version file in the repo the action errors out rather than # using system Ruby. bundler-cache runs `bundle install` and caches the # ~210-gem fastlane tree so it isn't reinstalled each run. - uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1.313.0 + uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 with: ruby-version: '3.3' bundler-cache: true diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 2f68daa763..a33e6f0277 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@51705da45eecce209d4700538bf8377d5b5fc695 # v1 + uses: anthropics/claude-code-action@a92e7c70a4da9793dc164451d829089dc057a464 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}