2020
2121 steps :
2222 - name : Checkout the repo
23- uses : actions/checkout@v6
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
25- - uses : actions/setup-java@v5
25+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2626 with :
2727 distribution : ' zulu'
2828 java-version : |
@@ -33,10 +33,10 @@ jobs:
3333 run : mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
3434
3535 - name : Setup Gradle
36- uses : gradle/actions/setup-gradle@v6
36+ uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
3737
3838 - name : Cache konan
39- uses : actions/cache@v5
39+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4040 with :
4141 path : ~/.konan
4242 key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
@@ -67,25 +67,25 @@ jobs:
6767 security-events : write
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@v6
70+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171 with :
7272 fetch-depth : 100
7373
74- - uses : actions/setup-java@v5
74+ - uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
7575 with :
7676 distribution : ' zulu'
7777 java-version : |
7878 17
7979 21
8080
8181 - name : Validate gradle wrapper
82- uses : gradle/actions/wrapper-validation@v6
82+ uses : gradle/actions/wrapper-validation@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
8383
8484 - name : Copy CI gradle.properties
8585 run : mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
8686
8787 - name : Setup Gradle
88- uses : gradle/actions/setup-gradle@v6
88+ uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
8989
9090 - name : Build Debug
9191 run : |
9898
9999 - name : Publish Test Report
100100 if : false && (failure() || success()) && github.event_name == 'pull_request'
101- uses : mikepenz/action-junit-report@v6
101+ uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
102102 with :
103103 report_paths : ' **/sample/android/build/test-results/testDebugUnitTest/TEST-*.xml'
104104 github_token : ${{ secrets.GITHUB_TOKEN }}
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Archive Test Report
110110 if : always()
111- uses : actions/upload-artifact@v7
111+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
112112 with :
113113 name : " Test-Artifacts"
114114 path : " sample/android/build/reports/paparazzi/debug/"
@@ -132,7 +132,7 @@ jobs:
132132
133133 - name : Upload Lint SARIF
134134 if : always() && github.event_name == 'pull_request'
135- uses : github/codeql-action/upload-sarif@v4
135+ uses : github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
136136 with :
137137 sarif_file : ' sarif-reports'
138138 category : android-lint
@@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Archive Artifacts
159159 if : startsWith(github.ref, 'refs/tags/')
160- uses : actions/upload-artifact@v7
160+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
161161 with :
162162 name : " App-Artifacts"
163163 path : artifacts/*
@@ -171,27 +171,27 @@ jobs:
171171 contents : write
172172 steps :
173173 - name : Checkout
174- uses : actions/checkout@v6
174+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
175175 with :
176176 fetch-depth : 100
177177
178178 - name : Download Artifacts
179- uses : actions/download-artifact@v8
179+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
180180 with :
181181 name : App-Artifacts
182182 path : artifacts
183183
184184 - name : Build Changelog
185185 id : github_release
186- uses : mikepenz/release-changelog-builder-action@v6
186+ uses : mikepenz/release-changelog-builder-action@bcae7115752d4ed746ff92feb666574428a79415 # v6.2.1
187187 with :
188188 configuration : " .github/config/configuration.json"
189189 ignorePreReleases : ${{ !contains(github.ref, '-') }}
190190 env :
191191 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
192192
193193 - name : Release
194- uses : mikepenz/action-gh-release@v2
194+ uses : mikepenz/action-gh-release@2a00e201320fb618d8e705a736286b2e31aa48e2 # v3.0.0
195195 with :
196196 body : ${{steps.github_release.outputs.changelog}}
197197 prerelease : ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
0 commit comments