Skip to content

Commit 43d99ff

Browse files
chore(deps): update github actions
1 parent 98af594 commit 43d99ff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/katana.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Cancel Stale Jobs
28-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # [email protected]
28+
uses: styfle/cancel-workflow-action@bdaa46e4662006504ca6b0cfb7488010126dc98c # [email protected]
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131

@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
37+
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # [email protected]
3838
with:
3939
fetch-depth: 0
4040
- name: Validate Gradle wrapper
@@ -46,7 +46,7 @@ jobs:
4646
if: github.event_name == 'pull_request'
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
49+
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # [email protected]
5050
with:
5151
fetch-depth: 0
5252
- name: Common Steps
@@ -80,7 +80,7 @@ jobs:
8080
security-events: write
8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
83+
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # [email protected]
8484
with:
8585
fetch-depth: 0
8686
- name: Common Steps
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
steps:
110110
- name: Checkout
111-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
111+
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # [email protected]
112112
with:
113113
fetch-depth: 0
114114
- name: Common Steps
@@ -140,15 +140,15 @@ jobs:
140140
needs: [ static-analysis, unit-tests ]
141141
steps:
142142
- name: Checkout
143-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
143+
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # [email protected]
144144
with:
145145
fetch-depth: 0
146146
- name: Common Steps
147147
uses: ./.github/actions/common-steps
148148
with:
149149
gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
150150
- name: Decode keystore
151-
uses: timheuer/base64-to-file@784a1a4a994315802b7d8e2084e116e783d157be # [email protected]
151+
uses: timheuer/base64-to-file@604a8926a81a2da120d09b06bb76da9bba5aee6e # [email protected]
152152
with:
153153
fileDir: .
154154
fileName: ${{ secrets.SIGNING_FILE }}
@@ -169,7 +169,7 @@ jobs:
169169
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
170170
run: ./gradlew assembleBeta -Pkatana.flavor=beta --no-daemon --stacktrace
171171
- name: Publish beta APK to TestApp.io
172-
uses: testappio/github-action@57d81be5051e10ea7c07da5730b2eaae1b9b1fa1 # pin@v5
172+
uses: testappio/github-action@8fa3853470e3c8c278f928c04d0691400d25fd4a # pin@v5
173173
with:
174174
api_token: ${{ secrets.TESTAPPIO_API_TOKEN }}
175175
app_id: ${{ secrets.TESTAPPIO_APP_ID }}
@@ -188,7 +188,7 @@ jobs:
188188
gitReleaseNotes: true
189189
debug: false
190190
- name: Create Sentry release
191-
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # [email protected]
191+
uses: getsentry/action-release@8ec56ff1551487bfc52921be8646d761bc4cf81d # [email protected]
192192
env:
193193
SENTRY_PROJECT: ${{ vars.SENTRY_ANDROID_BETA_PROJECT }}
194194
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
@@ -204,15 +204,15 @@ jobs:
204204
needs: [ static-analysis, unit-tests ]
205205
steps:
206206
- name: Checkout
207-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
207+
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # [email protected]
208208
with:
209209
fetch-depth: 0
210210
- name: Common Steps
211211
uses: ./.github/actions/common-steps
212212
with:
213213
gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
214214
- name: Decode keystore
215-
uses: timheuer/base64-to-file@784a1a4a994315802b7d8e2084e116e783d157be # [email protected]
215+
uses: timheuer/base64-to-file@604a8926a81a2da120d09b06bb76da9bba5aee6e # [email protected]
216216
with:
217217
fileDir: .
218218
fileName: ${{ secrets.SIGNING_FILE }}
@@ -228,7 +228,7 @@ jobs:
228228
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
229229
run: ./gradlew assembleRelease bundleRelease -Pkatana.flavor=release --no-daemon --stacktrace
230230
- name: Publish production AAB to Google Play
231-
uses: r0adkll/upload-google-play@935ef9c68bb393a8e6116b1575626a7f5be3a7fb # [email protected]
231+
uses: r0adkll/upload-google-play@23e7aaf6cf6f9b3120ff3a386f194e31fbec4c4e # [email protected]
232232
with:
233233
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT }}
234234
packageName: dev.alvr.katana
@@ -237,7 +237,7 @@ jobs:
237237
status: completed
238238
mappingFile: app/build/outputs/mapping/release/mapping.txt
239239
- name: Create Sentry release
240-
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # [email protected]
240+
uses: getsentry/action-release@8ec56ff1551487bfc52921be8646d761bc4cf81d # [email protected]
241241
env:
242242
SENTRY_PROJECT: ${{ vars.SENTRY_ANDROID_RELEASE_PROJECT }}
243243
SENTRY_ORG: ${{ vars.SENTRY_ORG }}
@@ -246,7 +246,7 @@ jobs:
246246
environment: production
247247
version: ${{ github.ref }}
248248
- name: Create Release
249-
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # [email protected]
249+
uses: softprops/action-gh-release@92dffe6c28ac278510d01d723882bf82bd907f89 # [email protected]
250250
env:
251251
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
252252
with:

0 commit comments

Comments
 (0)