Skip to content

chore: bump google.golang.org/grpc from 1.56.1 to 1.56.2 #499

chore: bump google.golang.org/grpc from 1.56.1 to 1.56.2

chore: bump google.golang.org/grpc from 1.56.1 to 1.56.2 #499

Workflow file for this run

name: license-lint
on:
push:
paths:
- "go.mod"
- "go.sum"
- "vendor/**"
pull_request:
paths:
- "go.mod"
- "go.sum"
- "vendor/**"
permissions:
contents: read
jobs:
license-lint:
name: "license-lint"
runs-on: ubuntu-22.04
timeout-minutes: 5
permissions:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@cba0d00b1fc9a034e1e642ea0f1103c282990604 # v2.5.0
with:
egress-policy: audit
- name: Set up Go 1.20
uses: actions/setup-go@v4 # v4.0.1
with:
go-version: "1.20"
- name: Check out code into the Go module directory
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.2
- name: license-lint
run: |
export GOPATH="$HOME/go"
PATH="$GOPATH/bin:$PATH"
./third_party/k8s.io/kubernetes/hack/verify-licenses.sh