Skip to content

Commit 9dd9648

Browse files
authored
Merge branch 'main' into italomenezes/thunderbolt-cli-auth
2 parents 5b22757 + a8ae4b0 commit 9dd9648

11 files changed

Lines changed: 128 additions & 63 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
cat "$PROPS_FILE"
164164
165165
- name: Setup Java
166-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5
166+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5
167167
with:
168168
distribution: 'temurin'
169169
java-version: '17'

.github/workflows/ios-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
echo "✅ Metal Toolchain removed"
197197
198198
- name: Setup Ruby
199-
uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1
199+
uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 # v1
200200
with:
201201
ruby-version: '3.0'
202202
bundler-cache: true

.github/workflows/thunder-deep-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
# ─────────────────────────────────────────────────────────────────────
197197
- name: thunder-deep-review (step 1 — recall pass, candidate findings)
198198
id: review_model
199-
uses: anthropics/claude-code-action@37b464ce72700f7b2c5ff8d2db7fa7b15df792f5 # v1
199+
uses: anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1
200200
with:
201201
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
202202
# Pass the workflow token so the action authenticates to GitHub WITH it
@@ -398,7 +398,7 @@ jobs:
398398
if: >-
399399
steps.persist_candidates.outputs.count != '' &&
400400
steps.persist_candidates.outputs.count != '0'
401-
uses: anthropics/claude-code-action@37b464ce72700f7b2c5ff8d2db7fa7b15df792f5 # v1
401+
uses: anthropics/claude-code-action@1298632ce7736903d02a1435002705aa2a594a6c # v1
402402
with:
403403
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
404404
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/version-bump.yml

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

9191
- name: Install git-cliff
9292
if: ${{ !inputs.nightly }}
93-
uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2
93+
uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2
9494
with:
9595
tool: git-cliff
9696

backend/bun.lock

Lines changed: 83 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@electric-sql/pglite-socket": "^0.2.7",
5252
"@eslint/js": "^10.0.1",
53-
"@react-email/ui": "6.6.8",
53+
"@react-email/ui": "6.8.1",
5454
"@types/react": "^19.1.10",
5555
"@typescript-eslint/eslint-plugin": "^8.59.1",
5656
"@typescript-eslint/parser": "^8.59.1",

bun.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/pulumi/bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/pulumi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@pulumi/aws": "^7.27.0",
88
"@pulumi/awsx": "^3.5.0",
99
"@pulumi/cloudflare": "^6.14.0",
10-
"@pulumi/docker-build": "^0.0.17",
10+
"@pulumi/docker-build": "^0.0.20",
1111
"@pulumi/eks": "^4.0.0",
1212
"@pulumi/keycloak": "^6.10.1",
1313
"@pulumi/kubernetes": "^4.0.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"@dnd-kit/core": "^6.3.1",
6868
"@dnd-kit/sortable": "^10.0.0",
6969
"@dnd-kit/utilities": "^3.2.2",
70-
"@earendil-works/pi-agent-core": "0.80.3",
71-
"@earendil-works/pi-ai": "0.80.3",
72-
"@earendil-works/pi-coding-agent": "0.80.3",
70+
"@earendil-works/pi-agent-core": "0.80.7",
71+
"@earendil-works/pi-ai": "0.80.7",
72+
"@earendil-works/pi-coding-agent": "0.80.7",
7373
"@fontsource-variable/mozilla-headline": "^5.2.2",
7474
"@hookform/resolvers": "^5.2.1",
7575
"@icons-pack/react-simple-icons": "^13.13.0",

0 commit comments

Comments
 (0)