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
6 changes: 3 additions & 3 deletions .github/workflows/codeql-autogenerated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false

Expand All @@ -62,10 +62,10 @@ jobs:

# Initializes the CodeQL tools for scanning - autogen flavour.
- name: Initialize CodeQL for autogenerated
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
config-file: .github/codeql/codeql-autogenerated.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis for autogenerated
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6 changes: 3 additions & 3 deletions .github/workflows/codeql-handwritten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false

Expand All @@ -62,10 +62,10 @@ jobs:

# Initializes the CodeQL tools for scanning - handwritten flavour.
- name: Initialize CodeQL for handwritten
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
config-file: .github/codeql/codeql-handwritten.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis for handwritten
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6 changes: 3 additions & 3 deletions .github/workflows/codeql-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false

Expand All @@ -62,11 +62,11 @@ jobs:

# Initializes the CodeQL tools for scanning - repo meta flavour.
- name: Initialize CodeQL for repo meta
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
config-file: .github/codeql/codeql-repo.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis for repo meta
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4 changes: 2 additions & 2 deletions .github/workflows/conformance-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
conformance-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 14
- run: node --version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
matrix:
node: [ 18, 20 ]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
repository: googleapis/cloud-bigtable-clients-test
ref: main
path: handwritten/bigtable/cloud-bigtable-clients-test
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generator-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis:20250404
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 300
persist-credentials: false
Expand All @@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-googleapis-20250422-${{ secrets.CACHE_VERSION }}

- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/issues-no-repro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 18
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mandatory-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ jobs:
matrix:
node: [ 18, 20 ]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
repository: googleapis/cloud-bigtable-clients-test
ref: v0.0.3
path: handwritten/bigtable/cloud-bigtable-clients-test
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: ${{ matrix.node }}
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/response.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
Expand All @@ -32,7 +32,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-api-list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
update-api-list:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 18
- run: npm install
Expand Down
6 changes: 3 additions & 3 deletions bin/README.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Once downloaded, store the path to this file in the `GOOGLE_APPLICATION_CREDENTI

### Other Authentication Methods

Other authentication methods are outlined in the README for [google-auth-library-nodejs](https://github.com/googleapis/google-auth-library-nodejs),
Other authentication methods are outlined in the README for [google-auth-library-nodejs](https://github.com/googleapis/google-cloud-node/tree/main/core/packages/google-auth-library-nodejs),
which is the authentication library used by all Google Cloud Node.js clients.

## Example Applications
Expand Down Expand Up @@ -105,8 +105,8 @@ Apache 2.0 - See [LICENSE][license] for more information.
[hya-io]: https://hya.io
[gstore-node]: https://github.com/sebelga/gstore-node
[gstore-api]: https://github.com/sebelga/gstore-api
[devconsole]: https://console.developer.google.com
[googleapis]: https://github.com/google/google-api-nodejs-client
[devconsole]: https://console.cloud.google.com
[googleapis]: https://github.com/googleapis/google-api-nodejs-client
[semver]: http://semver.org
[contributing]: CONTRIBUTING.md
[license]: LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -103,6 +103,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -59,6 +59,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -103,6 +103,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -59,6 +59,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -109,6 +109,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -65,6 +65,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -104,6 +104,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -60,6 +60,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -103,6 +103,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test": "c8 mocha --config ../../.mocharc.cjs build/test"
},
"dependencies": {
"google-gax": "^5.0.0"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -59,6 +59,6 @@
"sinon": "^20.0.0"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"samples-test": "cd samples/ && npm link ../ && npm i && npm test"
},
"dependencies": {
"google-gax": "^5.1.1-rc.1"
"google-gax": "^6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -108,6 +108,6 @@
"webpack-cli": "^6.0.1"
},
"engines": {
"node": ">=18"
"node": ">=22"
}
}
Loading
Loading