Skip to content

Commit c184c78

Browse files
feggeclaude
andcommitted
security: pin codecov-action to specific commit hash
Pin codecov/codecov-action to commit hash instead of version tag to address CodeQL warning about unpinned 3rd party actions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 490d9a9 commit c184c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run coverage
3636

3737
- name: Upload coverage to Codecov
38-
uses: codecov/codecov-action@v4
38+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
3939
with:
4040
files: ./coverage/lcov.info
4141
fail_ci_if_error: false

0 commit comments

Comments
 (0)