From e11fa5a41ee092f2befb5c4dd0a89206c2597f7b Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 11 Jun 2026 13:26:37 +0200 Subject: [PATCH 1/2] Update codecov action to 7.0.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bfc1cd0..6c61e79b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: python -c 'import typing_extensions; import test.__main__' test_typing -v - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 + uses: codecov/codecov-action@v7.0.0 if: >- github.repository == 'python/typing_extensions' && (github.event_name == 'push' || github.event_name == 'pull_request') From 3003d514b11c4385b71793f177d2556f08765027 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 11 Jun 2026 13:30:36 +0200 Subject: [PATCH 2/2] Use a hash --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c61e79b..32953ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: python -c 'import typing_extensions; import test.__main__' test_typing -v - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v7.0.0 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 if: >- github.repository == 'python/typing_extensions' && (github.event_name == 'push' || github.event_name == 'pull_request')