Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
java-version: "17"

- name: Setup Android SDK
uses: android-actions/setup-android@651bceb6f9ca583f16b8d75b62c36ded2ae6fc9c
uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699
Copy link

Copilot AI Apr 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinned-by-SHA is good for supply-chain safety, but it’s hard to audit/track later. Consider adding an inline comment with the corresponding action release/tag (e.g., # vX.Y.Z) or a brief note referencing the upstream release/PR so future updates are easier to review.

Suggested change
uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699
uses: android-actions/setup-android@40fd30fb8d7440372e1316f5d1809ec01dcd3699 # SHA-pinned; record the corresponding upstream release/tag when updating this action

Copilot uses AI. Check for mistakes.

- name: Build manager with vcpkg
run: ./android/ci_build_vcpkg_manager.sh --skip-client-build --tasks "clean ${{ matrix.task }}"
Expand Down
Loading