Skip to content

Commit d8c73b7

Browse files
authored
Merge branch 'hatchet-dev:main' into main
2 parents 8c194be + 6609431 commit d8c73b7

289 files changed

Lines changed: 10371 additions & 7467 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/app.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: 10.16.1
1818
run_install: false
1919
- name: Setup Node.js
20-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
20+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2121
with:
2222
node-version: 24
2323
cache: pnpm
@@ -40,7 +40,7 @@ jobs:
4040
version: 10.16.1
4141
run_install: false
4242
- name: Setup Node.js
43-
uses: actions/setup-node@v6.3.0
43+
uses: actions/setup-node@v6.4.0
4444
with:
4545
node-version: 24
4646
cache: pnpm
@@ -63,7 +63,7 @@ jobs:
6363
version: 10.16.1
6464
run_install: false
6565
- name: Setup Node.js
66-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
66+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
6767
with:
6868
node-version: 24
6969
cache: pnpm
@@ -106,7 +106,7 @@ jobs:
106106
run_install: false
107107

108108
- name: Setup Node
109-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
109+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
110110
with:
111111
node-version: 24
112112
cache: pnpm
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Upload Cypress artifacts (screenshots/videos)
159159
if: failure()
160-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
160+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
161161
with:
162162
name: cypress-artifacts
163163
if-no-files-found: ignore
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Upload logs
169169
if: always()
170-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
170+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
171171
with:
172172
name: e2e-logs
173173
if-no-files-found: ignore

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: "Metadata"
1717
id: metadata
18-
uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
18+
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
1919
with:
2020
github-token: "${{ secrets.GITHUB_TOKEN }}"
2121
- name: "Enable auto-squash"

.github/workflows/cli-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python-version: "3.13" # pinned because of poetry dependency issue
4747

4848
- name: Set up Node.js
49-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
49+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5050
with:
5151
node-version: "24"
5252

.github/workflows/cli-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
4848
4949
- name: Run GoReleaser
50-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
50+
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
5151
with:
5252
distribution: goreleaser
5353
version: "~> v2"
@@ -66,7 +66,7 @@ jobs:
6666
MACOS_NOTARY_KEY: ${{ secrets.MACOS_NOTARY_KEY }}
6767

6868
- name: Upload release artifacts
69-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
if: always()
7171
with:
7272
name: dist

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
version: 10.16.1
1717
run_install: false
1818
- name: Setup Node.js
19-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
19+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2020
with:
2121
node-version: 24
2222
cache: pnpm
@@ -45,7 +45,7 @@ jobs:
4545
version: 10.16.1
4646
run_install: false
4747
- name: Setup Node.js
48-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
48+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4949
with:
5050
node-version: 24
5151
cache: pnpm
@@ -77,7 +77,7 @@ jobs:
7777
version: 10.16.1
7878
run_install: false
7979
- name: Setup Node.js
80-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
80+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8181
with:
8282
node-version: 24
8383
cache: pnpm

.github/workflows/go-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Post results as PR comment
7878
if: steps.packages.outputs.found == 'true' && steps.benchstat.outputs.empty == 'false'
79-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
79+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8080
with:
8181
script: |
8282
const result = `${{ steps.benchstat.outputs.result }}`;

.github/workflows/openvsx-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
23+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2424
with:
2525
node-version: "24"
2626

@@ -35,7 +35,7 @@ jobs:
3535
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3636

3737
- name: Cache pnpm store
38-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
38+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3939
with:
4040
path: ${{ env.STORE_PATH }}
4141
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('frontend/vscode-extension/pnpm-lock.yaml') }}

.github/workflows/sdk-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ jobs:
159159
160160
- name: Upload engine logs
161161
if: always()
162-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
162+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
163163
with:
164164
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-opt-${{ matrix.optimistic-scheduling }}-engine-logs
165165
path: engine.log
166166

167167
- name: Upload API logs
168168
if: always()
169-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
169+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
170170
with:
171171
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-opt-${{ matrix.optimistic-scheduling }}-api-logs
172172
path: api.log
@@ -264,7 +264,7 @@ jobs:
264264

265265
- name: Upload engine logs
266266
if: always()
267-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
267+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
268268
with:
269269
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-engine-logs
270270
path: /tmp/engine.log
@@ -276,7 +276,7 @@ jobs:
276276

277277
- name: Upload API logs
278278
if: always()
279-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
279+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
280280
with:
281281
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-api-logs
282282
path: /tmp/api.log

.github/workflows/sdk-ruby.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Set up Ruby
26-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
26+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
2727
with:
2828
ruby-version: "3.2"
2929
bundler-cache: true
@@ -94,7 +94,7 @@ jobs:
9494
sleep 30
9595
9696
- name: Set up Ruby ${{ matrix.ruby-version }}
97-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
97+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
9898
with:
9999
ruby-version: ${{ matrix.ruby-version }}
100100
bundler-cache: true
@@ -125,7 +125,7 @@ jobs:
125125
run: bundle exec rspec spec/integration/ --format documentation --tag integration
126126

127127
- name: Set up Ruby for examples
128-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
128+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
129129
with:
130130
ruby-version: ${{ matrix.ruby-version }}
131131
bundler-cache: true
@@ -205,21 +205,21 @@ jobs:
205205

206206
- name: Upload worker logs
207207
if: always()
208-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
208+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
209209
with:
210210
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-opt-${{ matrix.optimistic-scheduling }}-worker-logs
211211
path: ./sdks/ruby/examples/worker.log
212212

213213
- name: Upload engine logs
214214
if: always()
215-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
215+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
216216
with:
217217
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-opt-${{ matrix.optimistic-scheduling }}-engine-logs
218218
path: engine.log
219219

220220
- name: Upload API logs
221221
if: always()
222-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
222+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
223223
with:
224224
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-opt-${{ matrix.optimistic-scheduling }}-api-logs
225225
path: api.log
@@ -277,7 +277,7 @@ jobs:
277277
sleep 30
278278
279279
- name: Set up Ruby
280-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
280+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
281281
with:
282282
ruby-version: "3.2"
283283
bundler-cache: true
@@ -304,7 +304,7 @@ jobs:
304304
run: bundle exec rspec spec/integration/ --format documentation --tag integration
305305

306306
- name: Set up Ruby for examples
307-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
307+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
308308
with:
309309
ruby-version: "3.2"
310310
bundler-cache: true
@@ -340,7 +340,7 @@ jobs:
340340

341341
- name: Upload worker logs
342342
if: always()
343-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
343+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
344344
with:
345345
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-worker-logs
346346
path: ./sdks/ruby/examples/worker.log
@@ -352,7 +352,7 @@ jobs:
352352

353353
- name: Upload engine logs
354354
if: always()
355-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
355+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
356356
with:
357357
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-engine-logs
358358
path: /tmp/engine.log
@@ -364,7 +364,7 @@ jobs:
364364

365365
- name: Upload API logs
366366
if: always()
367-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
367+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
368368
with:
369369
name: ${{ env.HATCHET_CLIENT_NAMESPACE }}-api-logs
370370
path: /tmp/api.log
@@ -388,7 +388,7 @@ jobs:
388388
submodules: recursive
389389

390390
- name: Set up Ruby
391-
uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # v1.300.0
391+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
392392
with:
393393
ruby-version: "3.2"
394394
bundler-cache: true

.github/workflows/sdk-typescript-manual-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
run: npm install -g pnpm@10.16.1
2020

21-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
21+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: "24.x"
2424
registry-url: "https://registry.npmjs.org"
@@ -29,7 +29,7 @@ jobs:
2929
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
3030
3131
- name: Setup pnpm cache
32-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
32+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3333
with:
3434
path: ${{ env.STORE_PATH }}
3535
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)