cordova-paramedic
cordova-paramedic copied to clipboard
ci: use commit id
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@v2tov2.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