Skip to content

Commit df541dc

Browse files
committed
Pin non-official actions in the deploy job
1 parent c2bfa76 commit df541dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo Latest build tool version is: $BUILD_TOOL_VERSION
6464
6565
- name: Sign the APK & AAB
66-
uses: r0adkll/sign-android-release@v1
66+
uses: r0adkll/sign-android-release@349ebdef58775b1e0d8099458af0816dc79b6407
6767
id: sign_app
6868
with:
6969
releaseDirectory: .
@@ -83,7 +83,7 @@ jobs:
8383
mv ./app-release.aab ./httptoolkit.aab
8484
8585
- name: Publish the APK & AAB to GitHub Releases
86-
uses: svenstaro/upload-release-action@v2
86+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741
8787
with:
8888
prerelease: true
8989
file: ./httptoolkit{.apk,.aab}
@@ -92,7 +92,7 @@ jobs:
9292
repo_token: ${{ secrets.GITHUB_TOKEN }}
9393

9494
- name: Publish the AAB to Google Play
95-
uses: r0adkll/upload-google-play@v1.0.15
95+
uses: r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb
9696
with:
9797
serviceAccountJsonPlainText: ${{ secrets.PLAY_SERVICE_ACCOUNT_JSON }}
9898
packageName: tech.httptoolkit.android.v1

0 commit comments

Comments
 (0)