Skip to content

security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group… #346

security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group…

security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group… #346

Workflow file for this run

name: 'Integration'
on:
push:
branches:
- 'main'
- 'release/**/*'
pull_request:
branches:
- 'main'
- 'release/**/*'
workflow_dispatch:
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
permissions:
contents: 'read'
id-token: 'write'
jobs:
public:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
with:
node-version: '20.x'
- name: 'npm build'
run: 'npm ci && npm run build'
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
with:
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'
- name: 'get-gke-credentials'
uses: './'
with:
project_id: '${{ vars.PROJECT_ID }}'
cluster_name: '${{ vars.PUBLIC_CLUSTER_NAME }}'
location: '${{ vars.PUBLIC_CLUSTER_LOCATION }}'
namespace: 'default'
- name: 'kubectl'
run: |-
kubectl get ns
private:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # ratchet:actions/checkout@v4
- uses: 'actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a' # ratchet:actions/setup-node@v4
with:
node-version: '20.x'
- name: 'npm build'
run: 'npm ci && npm run build'
- uses: 'google-github-actions/auth@v2' # ratchet:exclude
with:
workload_identity_provider: '${{ vars.WIF_PROVIDER_NAME }}'
service_account: '${{ vars.SERVICE_ACCOUNT_EMAIL }}'
- name: 'get-gke-credentials'
uses: './'
with:
project_id: '${{ vars.PROJECT_ID }}'
cluster_name: '${{ vars.PRIVATE_CLUSTER_NAME }}'
location: '${{ vars.PRIVATE_CLUSTER_LOCATION }}'
use_connect_gateway: 'true'
namespace: 'default'
- name: 'kubectl'
run: |-
kubectl get ns