Skip to content

Commit 974c83d

Browse files
committed
fix: final security workflow syntax and artifact issues
- Fix upload-artifact deprecated action in code-security-scan job - Fix YAML indentation error in TruffleHog secrets scan - Ensure all upload actions use v4 This should resolve the remaining Security Checks workflow failures.
1 parent fd1ad5a commit 974c83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ jobs:
232232
env:
233233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
234234

235-
- name: TruffleHog scan
236-
uses: trufflesecurity/trufflehog@ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690
235+
- name: TruffleHog scan
236+
uses: trufflesecurity/trufflehog@ad6fc8fb446b8fafbf7ea8193d2d6bfd42f45690
237237
with:
238238
path: ./
239239
base: main

0 commit comments

Comments
 (0)