Skip to content

Commit d47d882

Browse files
Update all patch updates
1 parent bbfecc8 commit d47d882

8 files changed

Lines changed: 48 additions & 48 deletions

File tree

.github/actions/setup-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
7474
- name: Rust Compile Cache
7575
if: inputs.enable-sccache == 'true'
76-
uses: mozilla-actions/sccache-action@v0.0.9
76+
uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10
7777

7878
- name: Pre-start sccache server
7979
if: inputs.enable-sccache == 'true'

.github/workflows/bench-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
aws-region: us-east-1
9090

9191
- name: Install uv
92-
uses: spiraldb/actions/.github/actions/setup-uv@0.18.5
92+
uses: spiraldb/actions/.github/actions/setup-uv@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
9393
with:
9494
sync: false
9595

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 10
3131
steps:
3232
- uses: actions/checkout@v6
33-
- uses: spiraldb/actions/.github/actions/lint-toml@0.18.5
33+
- uses: spiraldb/actions/.github/actions/lint-toml@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
3434

3535
validate-workflow-yaml:
3636
runs-on: ubuntu-latest

.github/workflows/claude-write.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
enable-sccache: "false"
193193

194194
- name: Install uv
195-
uses: spiraldb/actions/.github/actions/setup-uv@0.18.5
195+
uses: spiraldb/actions/.github/actions/setup-uv@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
196196
with:
197197
sync: false
198198

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
java-version: "17"
3131
distribution: "temurin"
3232
- name: Install uv
33-
uses: spiraldb/actions/.github/actions/setup-uv@0.18.5
33+
uses: spiraldb/actions/.github/actions/setup-uv@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
3434
with:
3535
sync: false
3636
prune-cache: false

.github/workflows/publish-dry-runs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
enable-sccache: "false"
3939
- uses: mlugg/setup-zig@v2.2.1
4040
- name: Install uv
41-
uses: spiraldb/actions/.github/actions/setup-uv@0.18.5
41+
uses: spiraldb/actions/.github/actions/setup-uv@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
4242
with:
4343
sync: false
4444
prune-cache: false

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
with:
291291
repo-token: ${{ secrets.GITHUB_TOKEN }}
292292
- name: Install uv
293-
uses: spiraldb/actions/.github/actions/setup-uv@0.18.5
293+
uses: spiraldb/actions/.github/actions/setup-uv@a746510eafaa926484c354541cfc49b2ec06cc63 # 0.18.6
294294
with:
295295
sync: false
296296

Cargo.lock

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

0 commit comments

Comments
 (0)