Skip to content

Commit 5773d9b

Browse files
committed
fix(gitleaks): use SHA ref for shared workflow [OPS-715]
1 parent 65c9cce commit 5773d9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gitleaks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
jobs:
55
scan:
6-
uses: knostic/.github/.github/workflows/gitleaks.yaml@fix/gitleaks-scan-range
6+
uses: knostic/.github/.github/workflows/gitleaks.yaml@dcc58a2ba99425861ace0857b8644eb2165f2aed
77
with:
88
event_name: ${{ github.event_name }}
99
before_sha: ${{ github.event.before || '' }}

0 commit comments

Comments
 (0)