diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-23 13:20:46 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-23 13:20:46 -0400 |
| commit | 3fac1386203b0ac74d028321759f03d97a2b053d (patch) | |
| tree | 2d74adfbae2412cc4e611bb18676fba4d2a61171 /.github/workflows/python-nightly.yml | |
| parent | 274de050dac6876976bbf57f9da39997225371f9 (diff) | |
| download | python-coveragepy-git-3fac1386203b0ac74d028321759f03d97a2b053d.tar.gz | |
build: pin third-party actions by hash
Diffstat (limited to '.github/workflows/python-nightly.yml')
| -rw-r--r-- | .github/workflows/python-nightly.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/python-nightly.yml b/.github/workflows/python-nightly.yml index 44e75886..ade8e2b1 100644 --- a/.github/workflows/python-nightly.yml +++ b/.github/workflows/python-nightly.yml @@ -55,7 +55,8 @@ jobs: uses: "actions/checkout@v3" - name: "Install ${{ matrix.python-version }} with deadsnakes" - uses: "deadsnakes/action@v2.1.1" + # uses: deadsnakes/action@v2.1.1 + uses: deadsnakes/action@7ab8819e223c70d2bdedd692dfcea75824e0a617 if: "!startsWith(matrix.python-version, 'pypy-')" with: python-version: "${{ matrix.python-version }}" |
