Skip to content

chore(deps): bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 #29429

chore(deps): bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1

chore(deps): bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 #29429

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Tests
permissions: {}
on:
push:
branches:
- '*'
pull_request:
branches:
- 'main'
- 'release*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Setup caches
uses: ./.github/actions/setup-caches
timeout-minutes: 5
continue-on-error: true
with:
build-cache-key: tests
- name: Setup build env
uses: ./.github/actions/setup-build-env
timeout-minutes: 10
with:
free-disk-space: false
- name: Unit test
run: make test-unit