Skip to content

Commit 4799431

Browse files
Merge branch 'main' into dependabot/github_actions/actions/github-script-9.0.0
2 parents b393aeb + 84c643f commit 4799431

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
106106
107107
- name: Upload findings artifact
108-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
109109
with:
110110
name: hypatia-findings
111111
path: hypatia-findings.json

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0 # Full history for scanning
2828

2929
- name: TruffleHog Secret Scan
30-
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3
30+
uses: trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3
3131
with:
3232
extra_args: --only-verified
3333

0 commit comments

Comments
 (0)