Skip to content

Commit 5f4e96b

Browse files
mcollinaclaude
andcommitted
Pin GitHub Actions to commit hashes for improved security
Replace version tags with full commit hashes in spam detection workflow: - actions/checkout@v4 → @08eba0b27e820071cde6df949e0beb9ba4906955 (v4.3.0) - github/ai-moderator@v1 → @6bcdb2a79c2e564db8d76d7d4439d91a044c4eb6 (v1) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2fc7ba1 commit 5f4e96b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spam-detect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
models: read
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: github/ai-moderator@v1
19+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20+
- uses: github/ai-moderator@6bcdb2a79c2e564db8d76d7d4439d91a044c4eb6 # v1
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
spam-label: 'spam'

0 commit comments

Comments
 (0)