File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 build-simulator :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
1515 - name : Setup Node
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1717 with :
1818 cache : ' npm'
1919
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 build :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
3131 - name : Build Android
32- uses : callstackincubator/android@v2
32+ uses : callstackincubator/android@v2 # replace with latest commit hash
3333 with :
3434 variant : ' debug' # or else
3535 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -149,15 +149,15 @@ runs:
149149
150150 - name : Install Java
151151 if : ${{ !env.ARTIFACT_URL }}
152- uses : actions/setup-java@v4
152+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
153153 with :
154154 java-version : 17
155155 distribution : adopt
156156 cache : gradle
157157
158158 - name : Validate Gradle wrapper
159159 if : ${{ inputs.validate-gradle-wrapper == 'true' && !env.ARTIFACT_URL }}
160- uses : gradle/actions/wrapper-validation@v4
160+ uses : gradle/actions/wrapper-validation@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
161161
162162 - name : Create local gradle.properties
163163 if : ${{ !env.ARTIFACT_URL && inputs.sign }}
@@ -237,7 +237,7 @@ runs:
237237 - name : Upload Artifact to GitHub
238238 id : upload-artifact
239239 if : ${{ env.PROVIDER_NAME == 'GitHub' && (!env.ARTIFACT_URL || (inputs.re-sign == 'true' && github.event_name == 'pull_request')) }}
240- uses : actions/upload-artifact@v4
240+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
241241 with :
242242 name : ${{ env.ARTIFACT_NAME }}
243243 path : ${{ env.ARTIFACT_PATH }}
You can’t perform that action at this time.
0 commit comments