Skip to content

Commit 50e0c69

Browse files
authored
Merge branch 'main' into build_imporove_gradle_20260717
2 parents b2fe513 + 50bc4a7 commit 50e0c69

556 files changed

Lines changed: 20460 additions & 5102 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/config/.files.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@ generated-models: &generated-models
123123
- *openapi
124124
- frontend/editor/scripts/generate-tool-api-types.mts
125125
- frontend/editor/src/core/types/toolApiTypes.ts
126+
- frontend/editor/src/core/types/toolIO.ts
126127
- engine/scripts/generate_tool_models.py
127128
- engine/src/stirling/models/tool_models.py
129+
- engine/src/stirling/models/tool_io.py
128130
- .taskfiles/frontend.yml
129131
- .taskfiles/engine.yml
130132
- .github/workflows/check-generated-models.yml

.github/workflows/PR-Auto-Deploy-V2.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
pr_ref: ${{ steps.resolve.outputs.ref }}
3636
steps:
3737
- name: Harden Runner
38-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
38+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3939
with:
4040
egress-policy: audit
4141

@@ -115,7 +115,7 @@ jobs:
115115

116116
steps:
117117
- name: Harden Runner
118-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
118+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
119119
with:
120120
egress-policy: audit
121121

@@ -184,7 +184,7 @@ jobs:
184184
fetch-depth: 0 # Fetch full history for commit hash detection
185185

186186
- name: Set up Docker Buildx
187-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
187+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
188188

189189
- name: Get version number
190190
id: versionNumber
@@ -193,7 +193,7 @@ jobs:
193193
echo "versionNumber=$VERSION" >> $GITHUB_OUTPUT
194194
195195
- name: Login to Docker Hub
196-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
196+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
197197
with:
198198
username: ${{ secrets.DOCKER_HUB_USERNAME }}
199199
password: ${{ secrets.DOCKER_HUB_API }}
@@ -320,7 +320,7 @@ jobs:
320320
# under the exact same access rules as the app preview.
321321
- name: Detect Storybook changes
322322
id: sb-changes
323-
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
323+
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
324324
with:
325325
list-files: json
326326
filters: |
@@ -331,7 +331,7 @@ jobs:
331331
332332
- name: Set up Node.js for Storybook
333333
if: steps.sb-changes.outputs.storybook == 'true'
334-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
334+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
335335
with:
336336
node-version: "22"
337337
cache: "npm"
@@ -456,7 +456,7 @@ jobs:
456456

457457
steps:
458458
- name: Harden Runner
459-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
459+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
460460
with:
461461
egress-policy: audit
462462

.github/workflows/PR-Demo-Comment-with-react.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
enable_prototypes: ${{ steps.check-prototypes-flag.outputs.enable_prototypes }}
7171
steps:
7272
- name: Harden Runner
73-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
73+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
7474
with:
7575
egress-policy: audit
7676

@@ -183,7 +183,7 @@ jobs:
183183

184184
steps:
185185
- name: Harden Runner
186-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
186+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
187187
with:
188188
egress-policy: audit
189189

@@ -233,10 +233,10 @@ jobs:
233233
STIRLING_PDF_DESKTOP_UI: false
234234

235235
- name: Set up Docker Buildx
236-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
236+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
237237

238238
- name: Login to Docker Hub
239-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
239+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
240240
with:
241241
username: ${{ secrets.DOCKER_HUB_USERNAME }}
242242
password: ${{ secrets.DOCKER_HUB_API }}
@@ -474,7 +474,7 @@ jobs:
474474
runs-on: ubuntu-latest
475475
steps:
476476
- name: Harden Runner
477-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
477+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
478478
with:
479479
egress-policy: audit
480480

.github/workflows/PR-Demo-cleanup.yml

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

2222
steps:
2323
- name: Harden Runner
24-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
24+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2525
with:
2626
egress-policy: audit
2727

.github/workflows/_runner-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
is_fork: ${{ steps.decide.outputs.is_fork }}
3939
steps:
4040
- name: Harden the runner (Audit all outbound calls)
41-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
41+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
4242
with:
4343
egress-policy: audit
4444

.github/workflows/ai-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pull-requests: write
2121
steps:
2222
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
23+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2424
with:
2525
egress-policy: audit
2626

.github/workflows/ai_pr_title_review.yml

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

2020
steps:
2121
- name: Harden Runner
22-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
22+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2323
with:
2424
egress-policy: audit
2525

@@ -87,7 +87,7 @@ jobs:
8787
- name: AI PR Title Analysis
8888
if: steps.actor.outputs.is_repo_dev == 'true'
8989
id: ai-title-analysis
90-
uses: actions/ai-inference@17ff458cb182449bbb2e43701fcd98f6af8f6570 # v2.1.0
90+
uses: actions/ai-inference@a7805884c80886efc241e94a5351df715968a0ad # v2.1.1
9191
with:
9292
model: openai/gpt-4o
9393
system-prompt-file: ".github/config/system-prompt.txt"

.github/workflows/aur-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
jar_sha256: ${{ steps.hashes.outputs.jar_sha256 }}
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
29+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3030
with:
3131
egress-policy: audit
3232

@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Harden Runner
73-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
73+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
7474
with:
7575
egress-policy: audit
7676

.github/workflows/auto-labelerV2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Harden Runner
19-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
19+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
2020
with:
2121
egress-policy: audit
2222

.github/workflows/backend-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
flavor: [core, proprietary, saas]
2929
steps:
3030
- name: Harden Runner
31-
uses: step-security/harden-runner@ab7a9404c0f3da075243ca237b5fac12c98deaa5 # v2.19.3
31+
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
3232
with:
3333
egress-policy: audit
3434
- name: Checkout repository

0 commit comments

Comments
 (0)