Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-shared-spanner-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
target: windows

steps:
- uses: actions/checkout@v7

Check failure on line 28 in .github/workflows/build-shared-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 28 in .github/workflows/build-shared-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

build-shared-spanner-lib.yml:28: unpinned action reference: action is not pinned to a hash (required by blanket policy)

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7

Check failure on line 31 in .github/workflows/build-shared-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 31 in .github/workflows/build-shared-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

build-shared-spanner-lib.yml:31: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: spannerlib/go.sum
Expand Down Expand Up @@ -61,7 +61,7 @@
./build-binaries.sh

- name: Upload Artifacts
uses: actions/upload-artifact@v7

Check failure on line 64 in .github/workflows/build-shared-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 64 in .github/workflows/build-shared-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

build-shared-spanner-lib.yml:64: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
name: spannerlib-binaries-${{ matrix.target }}
path: spannerlib/shared/binaries/
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-emulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest

Check failure on line 18 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-images

integration-tests-on-emulator.yml:18: unpinned image references: container image is pinned to latest
ports:
- 9010:9010
- 9020:9020
steps:
- name: Checkout code
uses: actions/checkout@v7

Check failure on line 24 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 24 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

integration-tests-on-emulator.yml:24: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7

Check failure on line 26 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 26 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

integration-tests-on-emulator.yml:26: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
go-version: 1.26.x
- name: Run Go integration tests on emulator
Expand All @@ -39,15 +39,15 @@
runs-on: ubuntu-latest
services:
emulator:
image: gcr.io/cloud-spanner-emulator/emulator:latest

Check failure on line 42 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-images

integration-tests-on-emulator.yml:42: unpinned image references: container image is pinned to latest
ports:
- 9010:9010
- 9020:9020
steps:
- name: Checkout code
uses: actions/checkout@v7

Check failure on line 48 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 48 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

integration-tests-on-emulator.yml:48: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Set up Ruby
uses: ruby/setup-ruby@v1

Check failure on line 50 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 50 in .github/workflows/integration-tests-on-emulator.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

integration-tests-on-emulator.yml:50: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
ruby-version: '4.0.6'
working-directory: spannerlib/wrappers/spannerlib-ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-on-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
timeout-minutes: 45
steps:
- name: Checkout code
uses: actions/checkout@v7

Check failure on line 30 in .github/workflows/integration-tests-on-production.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 30 in .github/workflows/integration-tests-on-production.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

integration-tests-on-production.yml:30: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7

Check failure on line 32 in .github/workflows/integration-tests-on-production.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
go-version: 1.26.x
- name: Auth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-spanner-lib-wrapper-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '26'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node-spanner-lib-wrapper-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.26.x'
cache-dependency-path: spannerlib/go.sum

- name: Set up Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-spanner-lib-wrapper-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'
cache: 'pip'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.26.x'
cache-dependency-path: spannerlib/go.sum

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-spanner-lib-wrapper-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.26.x'
cache-dependency-path: spannerlib/go.sum

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'
cache: 'pip'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-dotnet-native-spanner-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Checkout code
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: 1.26
cache-dependency-path: spannerlib/go.sum
Expand All @@ -37,7 +37,7 @@
- name: Checkout code
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: 1.26
cache-dependency-path: spannerlib/go.sum
Expand Down Expand Up @@ -88,7 +88,7 @@
- name: Add execute permission to osx-arm64 gRPC server
run: chmod +x spannerlib/dotnet-spannerlib/Google.Cloud.SpannerLib.Grpc/binaries/osx-arm64/grpc_server
- name: Install dotnet
uses: actions/setup-dotnet@v5
uses: actions/setup-dotnet@v6
with:
dotnet-version: '9.0.x'
- name: dotnet version
Expand All @@ -109,8 +109,8 @@
run: dotnet build --no-restore
working-directory: spannerlib/dotnet-spannerlib
- name: Publish SpannerLib.Native to nuget
run: dotnet nuget push bin/Release/Experimental.SpannerLib.Native.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

Check notice on line 112 in .github/workflows/release-dotnet-native-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

release-dotnet-native-spanner-lib.yml:112: prefer trusted publishing for authentication: this command
working-directory: spannerlib/dotnet-spannerlib/Google.Cloud.SpannerLib.Native
- name: Publish SpannerLib.Grpc to nuget
run: dotnet nuget push bin/Release/Experimental.SpannerLib.Grpc.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

Check notice on line 115 in .github/workflows/release-dotnet-native-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

release-dotnet-native-spanner-lib.yml:115: prefer trusted publishing for authentication: this command
working-directory: spannerlib/dotnet-spannerlib/Google.Cloud.SpannerLib.Grpc
2 changes: 1 addition & 1 deletion .github/workflows/release-dotnet-spanner-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: Checkout code
uses: actions/checkout@v7
- name: Install dotnet
uses: actions/setup-dotnet@v5
uses: actions/setup-dotnet@v6
with:
dotnet-version: '9.0.x'
- name: dotnet version
Expand All @@ -29,5 +29,5 @@
run: dotnet pack
working-directory: spannerlib/dotnet-spannerlib/Google.Cloud.SpannerLib
- name: Publish SpannerLib to nuget
run: dotnet nuget push bin/Release/Experimental.SpannerLib.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

Check notice on line 32 in .github/workflows/release-dotnet-spanner-lib.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

use-trusted-publishing

release-dotnet-spanner-lib.yml:32: prefer trusted publishing for authentication: this command
working-directory: spannerlib/dotnet-spannerlib/Google.Cloud.SpannerLib
2 changes: 1 addition & 1 deletion .github/workflows/release-python-spanner-lib-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ls -R spannerlib/wrappers/spannerlib-python/spannerlib-python/google/cloud/spannerlib/internal/lib

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: '3.14'
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ruby-wrapper.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build and Publish Native Ruby Gem

Check warning on line 1 in .github/workflows/release-ruby-wrapper.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

release-ruby-wrapper.yml:1: overly broad permissions: default permissions used due to no permissions: block

on:
workflow_dispatch:

jobs:
build-shared-library-binaries:

Check warning on line 7 in .github/workflows/release-ruby-wrapper.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

release-ruby-wrapper.yml:7: overly broad permissions: default permissions used due to no permissions: block
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
Expand Down Expand Up @@ -35,7 +35,7 @@
uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: 1.26.x
cache-dependency-path: spannerlib/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-spannermockserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v7

- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.14"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby-wrapper-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v7

- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.26.x'
cache-dependency-path: spannerlib/go.sum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/spanner-lib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: spannerlib/go.sum
Expand All @@ -43,7 +43,7 @@ jobs:
run: mvn com.spotify.fmt:fmt-maven-plugin:check
working-directory: spannerlib/wrappers/spannerlib-java
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: spannerlib/go.sum
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
with:
submodules: 'true'
- name: Install dotnet
uses: actions/setup-dotnet@v5
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.x'
- name: Create temporary global.json
Expand All @@ -110,7 +110,7 @@ jobs:
run: dotnet --version
shell: bash
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: spannerlib/go.sum
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: ${{ matrix.go-version }}
- name: Run unit tests
Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v7

- name: Install Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: 1.26.x
cache-dependency-path: |
Expand Down
4 changes: 2 additions & 2 deletions spannerlib/wrappers/spannerlib-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
},
"devDependencies": {
"mocha": "^11.0.1",
"typescript": "^6.0.0",
"typescript": "^7.0.0",
"@types/node": "^24.0.0",
"@types/bindings": "^1.5.0",
"@types/mocha": "^10.0.6",
"@babel/core": "^8.0.0",
"@babel/cli": "^8.0.0",
"sinon": "^22.0.0",
"@types/sinon": "^21.0.0",
"@types/sinon": "^22.0.0",
"gts": "^7.0.0",
"@grpc/grpc-js": "^1.12.0",
"@grpc/proto-loader": "^0.8.0"
Expand Down
Loading