Skip to content

chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.11.1 (#8) #114

chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.11.1 (#8)

chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.11.1 (#8) #114

Workflow file for this run

name: Helm RBAC Sync
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with: { go-version: "1.26" }
- uses: azure/setup-helm@v5
- run: sudo snap install yq
- run: bash hack/check-helm-rbac.sh
bundle-rbac:
name: Bundle RBAC Sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: sudo snap install yq
- run: make sync-bundle-rbac-check