Skip to content

chore(deps): bump k8s.io/mount-utils from 0.32.0 to 0.32.1 in the k8s group #3232

chore(deps): bump k8s.io/mount-utils from 0.32.0 to 0.32.1 in the k8s group

chore(deps): bump k8s.io/mount-utils from 0.32.0 to 0.32.1 in the k8s group #3232

Workflow file for this run

name: ShellCheck
on:
push:
tags:
- v*
branches:
- master
- release-*
pull_request:
branches:
- master
- release-*
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2034
with:
severity: warning
check_together: 'yes'
disable_matcher: false
ignore_paths: vendor release-tools hack
format: gcc