Skip to content

Commit 26116a9

Browse files
committed
chore: silence SonarQube finding on secrets: inherit in Claude workflows
1 parent 6ed91d8 commit 26116a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66
jobs:
77
claude-review:
88
uses: steadybit/extension-kit/.github/workflows/reusable-claude-pr-review.yml@main
9-
secrets: inherit
9+
secrets: inherit # NOSONAR

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
jobs:
1212
claude:
1313
uses: steadybit/extension-kit/.github/workflows/reusable-claude-comments.yml@main
14-
secrets: inherit
14+
secrets: inherit # NOSONAR

0 commit comments

Comments
 (0)