FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Drop Python 3.8 and pin GitHub Actions to full SHAs for zizmor · google/python-spanner-orm@9bc99bb · GitHub

Commit 9bc99bb

Browse files
committed
Drop Python 3.8 and pin GitHub Actions to full SHAs for zizmor
1 parent 9fe389a commit 9bc99bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/test.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- '3.11'
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- name: Install cloud-spanner-emulator
3333
run: |
3434
# https://github.com/GoogleCloudPlatform/cloud-spanner-emulator#via-pre-built-linux-binaries
3535
VERSION=1.2.0
3636
wget https://storage.googleapis.com/cloud-spanner-emulator/releases/${VERSION}/cloud-spanner-emulator_linux_amd64-${VERSION}.tar.gz
3737
tar zxvf cloud-spanner-emulator_linux_amd64-${VERSION}.tar.gz
3838
chmod u+x gateway_main emulator_main
39-
- uses: actions/setup-python@v2
39+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Install python dependencies

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL