Skip to content

Commit 4288fe4

Browse files
committed
Pin central reusable workflow refs by SHA
1 parent 55356f9 commit 4288fe4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/claude-review-manual.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ permissions: {}
1717

1818
jobs:
1919
claude-review:
20-
uses: codingworkflow/codingworkflow-security-policies/.github/workflows/reusable-claude-review.yml@main
21-
secrets: inherit
20+
uses: codingworkflow/codingworkflow-security-policies/.github/workflows/reusable-claude-review.yml@55070d1bc124fbe46d9a8edbc8d536826d4e15ed
2221
with:
2322
pr_number: ${{ inputs.pr_number }}
2423
force_review: ${{ inputs.force_review }}

.github/workflows/opencode-review-manual.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ permissions: {}
3232

3333
jobs:
3434
opencode-review:
35-
uses: codingworkflow/codingworkflow-security-policies/.github/workflows/reusable-opencode-review.yml@main
36-
secrets: inherit
35+
uses: codingworkflow/codingworkflow-security-policies/.github/workflows/reusable-opencode-review.yml@55070d1bc124fbe46d9a8edbc8d536826d4e15ed
3736
with:
3837
pr_number: ${{ inputs.pr_number }}
3938
force_review: ${{ inputs.force_review }}

0 commit comments

Comments
 (0)