Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup-buildx
name: Setup Buildx
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: meta
name: Docker Meta
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: meta
name: Docker Meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install LLVM tools
run: sudo apt-get update && sudo apt-get install -y llvm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/db-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/db-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate_coverage_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Install LLVM tools
run: sudo apt-get update && sudo apt-get install -y llvm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: sync
name: Apply Labels from File
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/os-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
steps:
- id: checkout
name: Checkout Repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- id: setup
name: Setup Toolchain
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_coverage_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
echo "override_commit=$(<commit_sha.txt)" >> "$GITHUB_OUTPUT"

- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ steps.parse_previous_artifacts.outputs.override_commit || '' }}
path: repo_root
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
doc-type: spec
issue-type: task
status: open
status: completed
priority: p2
epic: 1669
github-issue: 1924
spec-path: docs/issues/open/1924-1669-si-30-decouple-rest-api-core-from-udp-internals.md
last-updated-utc: 2026-06-22
last-updated-utc: 2026-06-23
Comment on lines +4 to +9
semantic-links:
skill-links:
- create-issue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
doc-type: issue
issue-type: task
status: open
status: completed
priority: p2
github-issue: 1925
spec-path: docs/issues/open/1925-1669-si-31-configure-cargo-deny-for-layer-boundary-enforcement.md
branch: 1925-configure-cargo-deny-for-layer-boundary-enforcement
related-pr: 1932
last-updated-utc: 2026-06-22
last-updated-utc: 2026-06-23
Comment on lines +4 to +10
semantic-links:
skill-links:
- create-issue
Expand Down
Loading