Skip to content

Commit efd091d

Browse files
Merge branch 'main' into fix/secret-scanner-permissions-signed
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
2 parents 446ac06 + 54bc1d9 commit efd091d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ permissions:
1515

1616
jobs:
1717
scan:
18-
# The reusable's gitleaks job requests pull-requests: write (PR summary
18+
# The reusable's gitleaks job requests pull-requests: write (PR summary
1919
# comment) and actions: read (workflow-run metadata) at job level; the
2020
# caller must grant at least that or the run startup-fails.
2121
permissions:
2222
contents: read
2323
pull-requests: write
2424
actions: read
25-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
26-
secrets: inherit
25+
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
26+
secrets: inherit

0 commit comments

Comments
 (0)