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
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
cleanup:
uses: dallay/common-actions/.github/workflows/cleanup-cache.yml@v1
uses: dallay/common-actions/.github/workflows/cleanup-cache.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/contributor-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ env:

jobs:
report:
uses: dallay/common-actions/.github/workflows/contributor-report.yml@v1.2.1
uses: dallay/common-actions/.github/workflows/contributor-report.yml@v2
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- name: Setup pnpm
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
with:
version: 10

- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ permissions:

jobs:
greet:
uses: dallay/common-actions/.github/workflows/greetings.yml@v1
uses: dallay/common-actions/.github/workflows/greetings.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ permissions:

jobs:
label:
uses: dallay/common-actions/.github/workflows/issue-labeler.yml@v1
uses: dallay/common-actions/.github/workflows/issue-labeler.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ permissions:

jobs:
label:
uses: dallay/common-actions/.github/workflows/pr-labeler.yml@v1
uses: dallay/common-actions/.github/workflows/pr-labeler.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/labels-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ permissions:

jobs:
sync:
uses: dallay/common-actions/.github/workflows/labels-sync.yml@v1
uses: dallay/common-actions/.github/workflows/labels-sync.yml@v2
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Release Please
id: release
uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1
uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
with:
token: ${{ steps.app-token.outputs.token }}
config-file: release-please-config.json
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Setup pnpm
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
with:
version: 10

Expand Down Expand Up @@ -476,7 +476,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Setup pnpm
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e # v6.0.3
with:
version: 10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ permissions:

jobs:
lint:
uses: dallay/common-actions/.github/workflows/semantic-pr.yml@v1
uses: dallay/common-actions/.github/workflows/semantic-pr.yml@v2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Analyze with SonarCloud
if: ${{ env.SONAR_TOKEN != '' && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }}
uses: SonarSource/sonarqube-scan-action@299e4b793aaa83bf2aba7c9c14bedbb485688ec4 # v7
uses: SonarSource/sonarqube-scan-action@59db25f34e16620e48ab4bb9e4a5dce155cb5432 # v8.0.0
with:
args: >-
-Dsonar.projectBaseDir=.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ permissions:

jobs:
stale:
uses: dallay/common-actions/.github/workflows/stale.yml@ae3cdbb9ec2a94622a72d984da9254bc70e071dc # v1
uses: dallay/common-actions/.github/workflows/stale.yml@6ecd716dcfb6a9e8a9c494d1eac210cc1d73d75f # v2
secrets: inherit
73 changes: 48 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ walkdir = "2.5"
pathdiff = "0.2"

# HTTP + async runtime (added for skills.sh integration feature)
reqwest = { version = "0.13.2", features = ["json", "gzip", "stream", "blocking"] }
reqwest = { version = "0.13.3", features = ["json", "gzip", "stream", "blocking"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs"] }
tracing = "0.1"
tracing-subscriber = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Stage 1: Build environment
# Using official Rust image with Alpine for smaller base
# -----------------------------------------------------------------------------
FROM rust:1.94-alpine AS builder
FROM rust:1.95-alpine AS builder

# Build arguments for flexibility
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion npm/agentsync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "^25.5.0",
"typescript": "^6.0.0"
"typescript": "^6.0.3"
},
"optionalDependencies": {
"@dallay/agentsync-darwin-arm64": "1.42.10",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"docs:astro": "pnpm --filter agentsync-docs run astro"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@biomejs/biome": "2.4.13",
"@dallay/agentsync": "catalog:",
"lefthook": "^2.1.4"
"lefthook": "^2.1.6"
},
"version": "1.42.10"
}
2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ packages:
- website/docs

catalog:
'@dallay/agentsync': 1.42.3
'@dallay/agentsync': 1.42.10
'@semantic-release/changelog': ^6.0.3
'@semantic-release/exec': ^7.1.0
'@semantic-release/git': ^10.0.1
Expand Down
4 changes: 2 additions & 2 deletions website/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.38.2",
"@astrojs/starlight": "^0.38.4",
"@fontsource/geist-mono": "^5.2.7",
"@fontsource/geist-sans": "^5.2.5",
"@iconify/json": "^2.2.456",
"@iconify/json": "^2.2.468",
"astro": "^6.1.1",
"sharp": "^0.34.5",
"starlight-theme-black": "^0.6.0",
Expand Down
Loading