Skip to content

fix: a smaller maxUnavaila will block the sidecarSet from updating pods #4000

fix: a smaller maxUnavaila will block the sidecarSet from updating pods

fix: a smaller maxUnavaila will block the sidecarSet from updating pods #4000

Workflow file for this run

name: License
on:
push:
branches:
- master
- release-*
workflow_dispatch: {}
pull_request:
branches:
- master
- release-*
# Declare default permissions as read only.
permissions: read-all
jobs:
license_check:
runs-on: ubuntu-20.04
name: Check for unapproved licenses
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
with:
ruby-version: 2.6
- name: Install dependencies
run: gem install license_finder
- name: Run tests
run: license_finder --decisions_file .license/dependency_decisions.yml