File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments