Skip to content

Commit 9d951d5

Browse files
again
1 parent 38a2965 commit 9d951d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/security-ai-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
security:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4 # TODO: make this a SHA
14+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
1515
with:
1616
ref: ${{ github.event.pull_request.head.sha || github.sha }}
1717
fetch-depth: 2
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
pnpm build
2929
30-
- uses: anthropics/claude-code-security-review@main # TODO: make this a SHA
30+
- uses: anthropics/claude-code-security-review@0c6a49f1fa56a1d472575da86a94dbc1edb78eda # TODO: make this a SHA
3131
with:
3232
comment-pr: true
3333
claude-api-key: ${{ secrets.CLAUDE_API_KEY }}

0 commit comments

Comments
 (0)