| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,15 +28,15 @@ jobs: | |||
| 28 | 28 | - '3.11' | |
| 29 | 29 | runs-on: ubuntu-latest | |
| 30 | 30 | steps: | |
| 31 | - - uses: actions/checkout@v2 | ||
| 31 | + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
| 32 | 32 | - name: Install cloud-spanner-emulator | |
| 33 | 33 | run: | | |
| 34 | 34 | # https://github.com/GoogleCloudPlatform/cloud-spanner-emulator#via-pre-built-linux-binaries | |
| 35 | 35 | VERSION=1.2.0 | |
| 36 | 36 | wget https://storage.googleapis.com/cloud-spanner-emulator/releases/${VERSION}/cloud-spanner-emulator_linux_amd64-${VERSION}.tar.gz | |
| 37 | 37 | tar zxvf cloud-spanner-emulator_linux_amd64-${VERSION}.tar.gz | |
| 38 | 38 | chmod u+x gateway_main emulator_main | |
| 39 | - - uses: actions/setup-python@v2 | ||
| 39 | + - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 | ||
| 40 | 40 | with: | |
| 41 | 41 | python-version: ${{ matrix.python-version }} | |
| 42 | 42 | - name: Install python dependencies | |
| Back | FazBrowse Home | New Git URL |
0 commit comments