Skip to content

Commit 3003d51

Browse files
committed
Use a hash
1 parent e11fa5a commit 3003d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python -c 'import typing_extensions; import test.__main__' test_typing -v
9898
9999
- name: Upload coverage reports to Codecov
100-
uses: codecov/codecov-action@v7.0.0
100+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
101101
if: >-
102102
github.repository == 'python/typing_extensions'
103103
&& (github.event_name == 'push' || github.event_name == 'pull_request')

0 commit comments

Comments
 (0)