We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a2965 commit 9d951d5Copy full SHA for 9d951d5
1 file changed
.github/workflows/security-ai-scan.yml
@@ -11,7 +11,7 @@ jobs:
11
security:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4 # TODO: make this a SHA
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955
15
with:
16
ref: ${{ github.event.pull_request.head.sha || github.sha }}
17
fetch-depth: 2
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
pnpm build
29
30
- - uses: anthropics/claude-code-security-review@main # TODO: make this a SHA
+ - uses: anthropics/claude-code-security-review@0c6a49f1fa56a1d472575da86a94dbc1edb78eda # TODO: make this a SHA
31
32
comment-pr: true
33
claude-api-key: ${{ secrets.CLAUDE_API_KEY }}
0 commit comments