Skip to content

Commit 637bde2

Browse files
chore(deps): update github actions
1 parent 1b1b4b6 commit 637bde2

9 files changed

Lines changed: 11 additions & 11 deletions

.github/workflows/_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make audit
3838

3939
- name: Upload audit results
40-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
40+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4141
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
4242
with:
4343
name: audit-results

.github/workflows/_build-native-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: make dist_native
6262

6363
- name: Upload dist_native artifacts
64-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
64+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6565
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
6666
with:
6767
name: dist_native-${{ matrix.runner }}

.github/workflows/_claude-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Run Claude Code (Interactive Mode)
7979
if: inputs.mode == 'interactive'
80-
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
80+
uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93
8181
with:
8282
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
8383
track_progress: ${{ inputs.track_progress }}
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Run Claude Code (Automation Mode)
9494
if: inputs.mode == 'automation'
95-
uses: anthropics/claude-code-action@6e2bd52842c65e914eba5c8badd17560bd26b5de # v1.0.89
95+
uses: anthropics/claude-code-action@b47fd721da662d48c5680e154ad16a73ed74d2e0 # v1.0.93
9696
with:
9797
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
9898
track_progress: ${{ inputs.track_progress }}

.github/workflows/_docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: "(all target): Build and push Docker image"
8383
id: build-and-push-all
84-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
84+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
8585
with:
8686
context: .
8787
file: ./Dockerfile
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: "(slim target): Build and push Docker image"
9595
id: build-and-push-slim
96-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
96+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
9797
with:
9898
context: .
9999
file: ./Dockerfile

.github/workflows/_package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: make dist_native
8484

8585
- name: Upload dist_native artifacts
86-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
86+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8787
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
8888
with:
8989
name: dist_native-${{ matrix.runner }}

.github/workflows/_scheduled-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
exit $EXIT_CODE
8888
8989
- name: Upload test results
90-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
90+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9191
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
9292
with:
9393
name: test-results-scheduled

.github/workflows/_scheduled-test-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
summary-title: All very long running e2e tests passed
183183

184184
- name: Upload test artifacts for inspection
185-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
185+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
186186
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
187187
with:
188188
name: test-results-ubuntu-latest

.github/workflows/_scheduled-test-hourly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
exit $EXIT_CODE
171171
172172
- name: Upload test results
173-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
173+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
174174
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
175175
with:
176176
name: test-results-scheduled

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
commit-message: ${{ inputs.commit_message }}
228228

229229
- name: Upload test artifacts for inspection
230-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
230+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
231231
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
232232
with:
233233
name: test-results-${{ matrix.runner }}

0 commit comments

Comments
 (0)