Skip to content

Bump google.golang.org/grpc from 1.69.0 to 1.70.0 #27

Bump google.golang.org/grpc from 1.69.0 to 1.70.0

Bump google.golang.org/grpc from 1.69.0 to 1.70.0 #27

Workflow file for this run

on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
packages: write
attestations: write
id-token: write
deployments: write
name: Integration
jobs:
lint:
if: ${{ !contains(fromJSON('["labeled", "unlabeled"]'), github.event.action) }}
name: Integrate
uses: gitops-ci-cd/.github/.github/workflows/lint.yaml@main
test:
if: ${{ !contains(fromJSON('["labeled", "unlabeled"]'), github.event.action) }}
name: Integrate
uses: gitops-ci-cd/.github/.github/workflows/test.yaml@main
bump:
name: Integrate
uses: gitops-ci-cd/.github/.github/workflows/bump.yaml@main
deploy:
if: github.event.action == 'labeled' && github.event.label.name == 'preview' || github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'preview')
name: Deploy
uses: gitops-ci-cd/.github/.github/workflows/deploy.yaml@main
with:
environment: preview
build:
needs: deploy
name: Build
uses: gitops-ci-cd/.github/.github/workflows/build.yaml@main