Skip to content

🌱 Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 #835

🌱 Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1

🌱 Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 #835

Workflow file for this run

# Checks if all go files have the required license header
name: License
on: [ pull_request ]
jobs:
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: viperproject/check-license-header@v2
with:
path: .
config: .github/workflows/license.conf
strict: false