Skip to content

Commit b826400

Browse files
chore(deps): update github actions (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb1d0a2 commit b826400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
echo "✅ SSH connection optimization configured"
365365
366366
- name: Checkout repository for change detection
367-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
367+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
368368
with:
369369
fetch-depth: 0 # Fetch full history for accurate change detection
370370

@@ -395,7 +395,7 @@ jobs:
395395
id: changed-files
396396
# Pin to commit SHA instead of tag for security (CVE-2025-30066)
397397
# This is v47.0.0 released on 2024-09-13
398-
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62
398+
uses: tj-actions/changed-files@abdd2f68ea150cee8f236d4a9fb4e0f2491abf1b
399399
with:
400400
json: true
401401
sha: ${{ inputs.target-ref }}

0 commit comments

Comments
 (0)