Skip to content

Bump github.com/kubewarden/policy-sdk-go from 0.11.1 to 0.12.0 in /policies/harvester-pci-devices #90

Bump github.com/kubewarden/policy-sdk-go from 0.11.1 to 0.12.0 in /policies/harvester-pci-devices

Bump github.com/kubewarden/policy-sdk-go from 0.11.1 to 0.12.0 in /policies/harvester-pci-devices #90

Workflow file for this run

name: Continuous integration
on:
workflow_dispatch:
pull_request:
schedule:
- cron: "0 21 * * *"
defaults:
run:
shell: bash
jobs:
calculate-policy-matrix:
runs-on: ubuntu-latest
outputs:
policy_working_dirs: ${{ steps.policy-matrix.outputs.policy_working_dirs }}
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: 0 # checkout all history to do git diff
- name: 'Policy Matrix'
id: policy-matrix
uses: ./.github/actions/calculate-policy-matrix
continuos-integration:
uses: ./.github/workflows/reusable-ci.yaml
needs: calculate-policy-matrix
if: ${{ needs.calculate-policy-matrix.outputs.policy_working_dirs != '[]' }}
strategy:
fail-fast: false
matrix:
policy-working-dir: ${{ fromJSON(needs.calculate-policy-matrix.outputs.policy_working_dirs) }}
with:
policy-working-dir: ${{ matrix.policy-working-dir }}