We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24ef3a commit f1f4928Copy full SHA for f1f4928
.github/workflows/build-pypy.yml
@@ -132,7 +132,7 @@ jobs:
132
docker run --platform linux/${{ env.ARCH }} -v $(pwd)/tmp:/tmp -e PYPY_BASE=${{ matrix.PYPY_BASE }} -e PYPY_VERSION=${{ env.PYPY_VERSION }} -e PYPY_SHA256SUM="${PYPY_SHA256SUM}" ${{ env.BUILDER_IMAGE_TAG }}:${{ env.ALPINE_VERSION }}-${{ github.sha }}
133
134
- name: Import GPG key
135
- uses: crazy-max/ghaction-import-gpg@v6
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
136
if: steps.file-check.outputs.STATUS == 404
137
with:
138
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments