Skip to content

Commit 4eeb9cd

Browse files
committed
Merge branch 'main' into cmcg/sdk-update-new-workflow
2 parents c9c5c11 + 3cf5276 commit 4eeb9cd

File tree

72 files changed

+194
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+194
-338
lines changed

.github/actions/dispatch-and-download/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
echo "</details>" >> $GITHUB_STEP_SUMMARY
3838
3939
- name: Dispatch an action and get the run ID and URL
40-
uses: codex-/return-dispatch@df6e17379382ea99310623bc5ed1a7dddd6c878f # v2.0.4
40+
uses: codex-/return-dispatch@72a3b5d4ff36e4319a7b1ab5b686c778ee02fa37 # v2.1.0
4141
id: return_dispatch
4242
with:
4343
token: ${{ inputs.token }}

.github/workflows/_build-any.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "</details>" >> $GITHUB_STEP_SUMMARY
5858
5959
- name: Check out repo
60-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6161

6262
- name: Read Xcode version from file if not provided
6363
run: |
@@ -71,7 +71,7 @@ jobs:
7171
xcode-version: ${{ env._XCODE_VERSION }}
7272

7373
- name: Configure Ruby
74-
uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
74+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
7575
with:
7676
bundler-cache: true
7777

@@ -183,7 +183,7 @@ jobs:
183183
184184
- name: Cache Mint packages
185185
id: mint-cache
186-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
186+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
187187
with:
188188
path: .mint
189189
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -237,7 +237,7 @@ jobs:
237237
echo "export_filepath=$EXPORT_FILEPATH" >> $GITHUB_OUTPUT
238238
239239
- name: Upload artifacts to GitHub
240-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
240+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
241241
with:
242242
name: ${{ steps.get_file_paths.outputs.artifact_filename }}
243243
path: ${{ env._EXPORT_PATH }}

.github/workflows/_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Check out repository
7777
if: ${{ !inputs.skip_checkout || false }}
78-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
78+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7979
with:
8080
fetch-depth: 0
8181

.github/workflows/build-bwa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "</details>" >> $GITHUB_STEP_SUMMARY
4949
5050
- name: Check out repo
51-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
5252

5353
- name: Set Xcode version
5454
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Cache Mint packages
5959
id: mint-cache
60-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
60+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
6161
with:
6262
path: .mint
6363
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -151,7 +151,7 @@ jobs:
151151
cp $AUTHENTICATOR_PROFILE_PATH "$PROFILES_DIR_PATH/$AUTHENTICATOR_UUID.mobileprovision"
152152
153153
- name: Configure Ruby
154-
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
154+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
155155
with:
156156
bundler-cache: true
157157

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "</details>" >> $GITHUB_STEP_SUMMARY
105105
106106
- name: Check out repo
107-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
107+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
108108
with:
109109
fetch-depth: 0
110110
filter: tree:0
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Cache Mint packages
165165
id: mint-cache
166-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
166+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
167167
with:
168168
path: .mint
169169
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -347,7 +347,7 @@ jobs:
347347
348348
- name: Configure Ruby
349349
if: env._BUILD_MODE == 'Device'
350-
uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
350+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
351351
with:
352352
bundler-cache: true
353353

.github/workflows/cron-update-public-suffix-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2323

2424
- name: Download latest PSL list
2525
run: |

.github/workflows/crowdin-pull.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020

2121
- name: Log in to Azure
2222
uses: bitwarden/gh-actions/azure-login@main
@@ -43,14 +43,14 @@ jobs:
4343
uses: bitwarden/gh-actions/azure-logout@main
4444

4545
- name: Generate GH App token
46-
uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
46+
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
4747
id: app-token
4848
with:
4949
app-id: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
5050
private-key: ${{ steps.get-kv-secrets.outputs.BW-GHAPP-KEY }}
5151

5252
- name: Download translations
53-
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
53+
uses: crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # v2.9.1
5454
env:
5555
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
5656
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/crowdin-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write
1717
steps:
1818
- name: Check out repo
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2020

2121
- name: Log in to Azure
2222
uses: bitwarden/gh-actions/azure-login@main
@@ -36,7 +36,7 @@ jobs:
3636
uses: bitwarden/gh-actions/azure-logout@main
3737

3838
- name: Upload sources
39-
uses: crowdin/github-action@b8012bd5491b8aa8578b73ab5b5f5e7c94aaa6e2 # v2.7.0
39+
uses: crowdin/github-action@590c05e09a29f392b203faf4d6aa8e0cd32c7835 # v2.9.1
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out repository
28-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929
with:
3030
fetch-depth: 0
3131

.github/workflows/publish-store.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
echo "</details>" >> $GITHUB_STEP_SUMMARY
5757
5858
- name: Check out repo
59-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
59+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6060

6161
- name: Configure Ruby
62-
uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 # v1.233.0
62+
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
6363
with:
6464
bundler-cache: true
6565

0 commit comments

Comments
 (0)