cordova-paramedic icon indicating copy to clipboard operation
cordova-paramedic copied to clipboard

ci: use commit id

Open kumo01GitHub opened this issue 8 months ago • 0 comments

Platforms affected

Android

Motivation and Context

Following below comment: https://github.com/apache/cordova-plugin-geolocation/pull/291#issuecomment-2827376314

The Apache Software Foundation is moving toward blocking tags like v1 and prefers commit hash IDs instead.

I agree because we can avoid unexpected change such as caused by third-party tool makes breaking-change without update major version or remakes tags.

Description

  • Change ReactiveCircus/android-emulator-runner@v2 to v2.34.0's commit id
  • The other tools are GitHub’s core actions or already using commit id

Testing

Android Testsuite successed.

Checklist

  • [x] I've run the tests to see all new and existing tests pass
  • [x] I added automated test coverage as appropriate for this change
  • [x] Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • [x] If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • [x] I've updated the documentation if necessary

kumo01GitHub avatar Apr 24 '25 13:04 kumo01GitHub