Skip to content

Commit 54b78d2

Browse files
Merge pull request #138 from step-security/npm-audit-fix
fix: Security updates
2 parents f781c82 + 41fe5d1 commit 54b78d2

File tree

5 files changed

+433
-228
lines changed

5 files changed

+433
-228
lines changed

.github/workflows/claude_review.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
code-review:
9-
uses: step-security/reusable-workflows/.github/workflows/claude_review.yml@fix_Verify_cherry_pick-Logic
10-
secrets:
11-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
12-
9+
uses: step-security/reusable-workflows/.github/workflows/claude_review.yml@fix_Verify_cherry_pick-Logic
10+
secrets:
11+
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
12+
1313
permissions:
1414
contents: write
1515
pull-requests: write

actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
paths:
22
.github/workflows/**/*.{yml,yaml}:
33
ignore:
4-
- invalid runner name "node24"
4+
- invalid runner name "node24"

0 commit comments

Comments
 (0)