Skip to content

Bump k8s.io/client-go from 0.31.2 to 0.31.3 in /hack/runtime-migrator #1400

Bump k8s.io/client-go from 0.31.2 to 0.31.3 in /hack/runtime-migrator

Bump k8s.io/client-go from 0.31.2 to 0.31.3 in /hack/runtime-migrator #1400

Workflow file for this run

name: security
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
govuln:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: vulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.23.1
go-package: ./...