Skip to content

Commit a464432

Browse files
Fix invalid commit hash for upload-artifact action
- Replace invalid hash with correct commit hash for v4.4.0 - Fixes workflow execution error where action could not be found - Uses proper SHA commit hash for security pinning
1 parent 75c995f commit a464432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-trufflehog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
} > trufflehog_scan.txt
190190
191191
- name: Upload scan results
192-
uses: actions/upload-artifact@8e4a5c1e2e2e6e2c1e2e6e2c1e2e6e2c1e2e6e2c # v4.3.3
192+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
193193
if: always()
194194
with:
195195
name: trufflehog_scan

0 commit comments

Comments
 (0)