Skip to content

Bump k8s.io/client-go from 0.27.8 to 0.27.13 in /test/custom-task-ctrls/wait-task-beta #59

Bump k8s.io/client-go from 0.27.8 to 0.27.13 in /test/custom-task-ctrls/wait-task-beta

Bump k8s.io/client-go from 0.27.8 to 0.27.13 in /test/custom-task-ctrls/wait-task-beta #59

Workflow file for this run

name: 'woke'
permissions:
contents: read
on:
- pull_request
jobs:
woke:
name: 'woke'
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@ae82ed4ae04587b665efad2f206578aa6f0e8539 # v42.0.0
with:
write_output_files: true
files: |
**
- name: 'woke'
if: steps.changed-files.outputs.any_changed == 'true'
uses: get-woke/woke-action@b2ec032c4a2c912142b38a6a453ad62017813ed0 # v0
with:
# Cause the check to fail on any broke rules
fail-on-error: true
woke-args: ${{ steps.changed_files.outputs.all_changed_files }}