Skip to content

Commit c797f9b

Browse files
julian-rischclaude
andauthored
build: apply pip supply-chain hardening to new-integration workflow template (#3337)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 3d43d08 commit c797f9b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/utils/templates/workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
python-version: ${{ matrix.python-version }}
7575

7676
- name: Install Hatch
77-
run: pip install --upgrade hatch
77+
run: |
78+
python -m pip install --upgrade pip
79+
pip install hatch --uploaded-prior-to=P1D
7880
- name: Lint
7981
if: matrix.python-version == '3.10' && runner.os == 'Linux'
8082
run: hatch run fmt-check && hatch run test:types

0 commit comments

Comments
 (0)