Skip to content

Commit 07c6419

Browse files
chore(renovate): patch Update GitHub Actions (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97170e4 commit 07c6419

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
.
126126
127127
- name: Upload build artifacts
128-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
128+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
129129
with:
130130
name: mcp-devtools-linux-amd64
131131
path: bin/mcp-devtools*
@@ -198,7 +198,7 @@ jobs:
198198
.
199199
200200
- name: Upload build artifacts
201-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
201+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
202202
with:
203203
name: mcp-devtools-linux-arm64
204204
path: bin/mcp-devtools*
@@ -274,7 +274,7 @@ jobs:
274274
.
275275
276276
- name: Upload build artifacts
277-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
277+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
278278
with:
279279
name: mcp-devtools-darwin-arm64
280280
path: bin/mcp-devtools*
@@ -355,7 +355,7 @@ jobs:
355355
.
356356
357357
- name: Upload build artifacts
358-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
358+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
359359
with:
360360
name: mcp-devtools-windows-amd64
361361
path: bin/mcp-devtools*
@@ -480,7 +480,7 @@ jobs:
480480
echo "EOF" >> "$GITHUB_OUTPUT"
481481
482482
- name: Create Release
483-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
483+
uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
484484
with:
485485
name: Release v${{ steps.get_version.outputs.version }}
486486
body: |

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 1
2626

27-
- uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
27+
- uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93
2828
with:
2929
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3030
track_progress: true # ✨ Enables tracking comments

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Run Claude Code
5151
id: claude
52-
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
52+
uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93
5353
with:
5454
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
5555

0 commit comments

Comments
 (0)