Skip to content

Commit cca3612

Browse files
fix(deps): update all non-major dependencies
1 parent 0863be7 commit cca3612

8 files changed

Lines changed: 860 additions & 806 deletions

File tree

.github/workflows/claude-issue-to-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: .harper-skills
5959

6060
- name: Setup Node.js
61-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
61+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
6262
with:
6363
node-version: '22'
6464
cache: 'npm'
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: Claude (agent mode)
7070
id: claude-agent
71-
uses: anthropics/claude-code-action@c3d45e8e941e1b2ad7b278c57482d9c5bf1f35b3 # v1.0.99
71+
uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101
7272
with:
7373
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
7474
show_full_output: true

.github/workflows/claude-mention.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,15 @@ jobs:
9494
# prompt tells the agent to run `npm ci` itself before any script
9595
# that needs dependencies.
9696
if: steps.mention.outputs.proceed == 'true'
97-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
97+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
9898
with:
9999
node-version: '22'
100100
cache: 'npm'
101101

102102
- name: Claude (agent mode)
103103
if: steps.mention.outputs.proceed == 'true'
104104
id: claude-agent
105-
uses: anthropics/claude-code-action@c3d45e8e941e1b2ad7b278c57482d9c5bf1f35b3 # v1.0.99
105+
uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101
106106
with:
107107
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
108108
show_full_output: true

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Claude review
114114
id: claude-review
115-
uses: anthropics/claude-code-action@c3d45e8e941e1b2ad7b278c57482d9c5bf1f35b3 # v1.0.99
115+
uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101
116116
with:
117117
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
118118
# Admit the issue-to-PR bot's PRs. Job-level `if:` gate above lets

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
version: ${{ steps.tag-version.outputs.tagVersion }}
8888
- name: Create Release
8989
id: create-release
90-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
90+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
9191
with:
9292
name: ${{ steps.tag-version.outputs.tagVersion }}
9393
tag_name: ${{ steps.tag-version.outputs.tagVersion }}

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: npm run build || true # we currently have type errors so just ignore that
6565

6666
- name: Upload build artifacts
67-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
67+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6868
with:
6969
name: harper-build-artifacts-node-${{ matrix.node-version }}
7070
path: |
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Upload Harper logs
129129
if: failure()
130-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
131131
with:
132132
name: harper-integration-api-test-logs-node-${{ matrix.node-version }}
133133
path: /tmp/hdb/log/
@@ -175,7 +175,7 @@ jobs:
175175
176176
- name: Upload Harper server logs
177177
if: failure()
178-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
178+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
179179
with:
180180
name: harper-server-logs-node-${{ matrix.node-version }}-shard-${{ matrix.shard }}
181181
path: /tmp/harper-integration-test-logs/

.github/workflows/publish-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
3636
- name: Build and push by digest
3737
id: build
38-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
38+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
3939
with:
4040
context: .
4141
platforms: ${{ matrix.platform }}
@@ -47,7 +47,7 @@ jobs:
4747
digest="${{ steps.build.outputs.digest }}"
4848
touch "/tmp/digests/${digest#sha256:}"
4949
- name: Upload digest
50-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
50+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5151
with:
5252
name: digest-${{ matrix.platform == 'linux/amd64' && 'amd64' || 'arm64' }}
5353
path: /tmp/digests/*

0 commit comments

Comments
 (0)