Skip to content

Commit 92ab78a

Browse files
authored
Merge pull request #144 from eurosky-social/eurosky/fork
Deploy
2 parents ebcfb8c + 296c338 commit 92ab78a

358 files changed

Lines changed: 59401 additions & 32948 deletions

File tree

Some content is hidden

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

.github/workflows/build-and-push-bskyweb-aws.yaml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626

2727
- name: Setup Docker buildx
2828
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

.github/workflows/build-and-push-bskyweb-ghcr.yaml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727

2828
- name: Setup Docker buildx
2929
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

.github/workflows/build-and-push-embedr-aws.yaml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626

2727
- name: Setup Docker buildx
2828
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

.github/workflows/build-and-push-link-aws.yaml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626

2727
- name: Setup Docker buildx
2828
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

.github/workflows/build-and-push-ogcard-aws.yaml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2626

2727
- name: Setup Docker buildx
2828
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0

.github/workflows/build-submit-android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fi
5050
5151
- name: ⬇️ Checkout
52-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
52+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5353
with:
5454
fetch-depth: 5
5555

@@ -136,7 +136,7 @@ jobs:
136136
- name: 🔧 Setup bundletool
137137
uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1
138138
with:
139-
bundletool-version: "1.17.2"
139+
version: "1.18.3"
140140

141141
- name: 🔑 Decode keystore
142142
run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode >
@@ -227,7 +227,7 @@ jobs:
227227
228228
- name: ⬇️ Download APK artifact
229229
if: ${{ steps.release-check.outputs.exists == 'true' }}
230-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
230+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
231231
with:
232232
name: ${{ needs.build.outputs.apk-artifact-name }}
233233

@@ -238,7 +238,7 @@ jobs:
238238
- name: 📎 Attach APK to GitHub Release
239239
id: attach
240240
if: ${{ steps.release-check.outputs.exists == 'true' }}
241-
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
241+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
242242
with:
243243
tag_name: ${{ github.ref_name }}
244244
files: Bluesky-${{ needs.build.outputs.package-version }}.apk

.github/workflows/build-submit-ios.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,24 @@ on:
1010
options:
1111
- testflight
1212
- production
13-
assignTestFlightGroup:
14-
type: boolean
15-
description: Assign the build to the "QA Team" TestFlight group after submitting
16-
default: false
13+
testFlightGroup:
14+
type: choice
15+
description: TestFlight group to assign the build to after submitting
16+
options:
17+
- none
18+
- QA Team
19+
- Software Mansion
20+
default: none
1721
workflow_call:
1822
inputs:
1923
profile:
2024
type: string
2125
description: Build profile to use
2226
required: true
23-
assignTestFlightGroup:
24-
type: boolean
25-
description: Assign the build to the "QA Team" TestFlight group after submitting
26-
default: false
27+
testFlightGroup:
28+
type: string
29+
description: TestFlight group to assign the build to after submitting ("none" to skip)
30+
default: none
2731
outputs:
2832
package-version:
2933
description: Version from package.json
@@ -56,7 +60,7 @@ jobs:
5660
fi
5761
5862
- name: ⬇️ Checkout
59-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
63+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6064
with:
6165
fetch-depth: 5
6266

@@ -212,8 +216,9 @@ jobs:
212216
# TestFlight group. fastlane's distribute_only mode skips the upload and assigns the
213217
# already-submitted build to the group, polling until Apple finishes processing it.
214218
- name: 🧪 Assign build to TestFlight group
215-
if: ${{ inputs.assignTestFlightGroup }}
219+
if: ${{ inputs.testFlightGroup != 'none' }}
216220
env:
221+
TESTFLIGHT_GROUP: ${{ inputs.testFlightGroup }}
217222
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}
218223
ASC_ISSUER_ID: ${{ secrets.ASC_ISSUER_ID }}
219224
ASC_KEY_P8_BASE64: ${{ secrets.ASC_KEY_P8_BASE64 }}
@@ -241,7 +246,7 @@ jobs:
241246
app_identifier:"xyz.blueskyweb.app" \
242247
app_version:"$APP_VERSION" \
243248
build_number:"$BUILD_NUMBER" \
244-
groups:"QA Team" \
249+
groups:"$TESTFLIGHT_GROUP" \
245250
notify_external_testers:true
246251
247252
- name: 🔔 Notify Slack of Production Build

.github/workflows/bundle-deploy-eas-update.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fi
5353
5454
- name: ⬇️ Checkout
55-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
55+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5656
with:
5757
fetch-depth: 0
5858

@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: 📷 Check fingerprint and install dependencies
7272
id: fingerprint
73-
uses: bluesky-social/github-actions/fingerprint-native@ebc6aa6d7466dc1e78b1e832041b7b81f6f95030 # v0.1.0
73+
uses: bluesky-social/github-actions/fingerprint-native@b5556913e4aef3964cfd5936d0add3fc0d809bdb # v0.1.0
7474
with:
7575
profile: ${{ inputs.channel || 'testflight' }}
7676
previous-commit-tag: ${{ inputs.runtimeVersion }}
@@ -174,7 +174,7 @@ jobs:
174174
fi
175175
176176
- name: ⬇️ Checkout
177-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
177+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
178178
with:
179179
fetch-depth: 5
180180

@@ -329,7 +329,7 @@ jobs:
329329
fi
330330
331331
- name: ⬇️ Checkout
332-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
332+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
333333
with:
334334
fetch-depth: 5
335335

@@ -396,7 +396,7 @@ jobs:
396396
- name: 🔧 Setup bundletool
397397
uses: amyu/setup-bundletool@cc2e1857284660bd625e43f2c8a45626f034302f # v1.1
398398
with:
399-
bundletool-version: "1.17.2"
399+
version: "1.18.3"
400400

401401
- name: 🔑 Decode keystore
402402
run: echo "${{ secrets.ANDROID_KEYSTORE_BASE64 }}" | base64 --decode >

.github/workflows/claude-mention.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout repository
57-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
57+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5858
with:
5959
fetch-depth: 1
6060

@@ -65,7 +65,7 @@ jobs:
6565
aws-region: us-east-2
6666

6767
- name: Claude
68-
uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1.0.150
68+
uses: anthropics/claude-code-action@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1.0.154
6969
with:
7070
use_bedrock: 'true'
7171
additional_permissions: |

.github/workflows/claude-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
43+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4444
with:
4545
fetch-depth: 1
4646

@@ -51,7 +51,7 @@ jobs:
5151
aws-region: us-east-2
5252

5353
- name: Claude review
54-
uses: anthropics/claude-code-action@9dd8b95a392eb34b6f5fb56cf5a64cb735912d4b # v1.0.150
54+
uses: anthropics/claude-code-action@30544b674398ee15c84819bd87caf8a87e8c7b55 # v1.0.154
5555
with:
5656
use_bedrock: 'true'
5757
additional_permissions: |

0 commit comments

Comments
 (0)