Skip to content

fix(cloneset): transition pod lifecycle from PreparingNormal to Norma… #4695

fix(cloneset): transition pod lifecycle from PreparingNormal to Norma…

fix(cloneset): transition pod lifecycle from PreparingNormal to Norma… #4695

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-24.04
name: Check for unapproved licenses
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Ruby
uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245.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