Skip to content

chore(deps): bump github/codeql-action from 3.30.6 to 4.31.0 #795

chore(deps): bump github/codeql-action from 3.30.6 to 4.31.0

chore(deps): bump github/codeql-action from 3.30.6 to 4.31.0 #795

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
name: Run tests with cargo test
runs-on: ubuntu-latest
strategy:
matrix:
version: [v1.30.13, v1.31.12, v1.32.8, v1.33.4, v1.34.0]
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Create k8s Kind Cluster
uses: helm/[email protected]
with:
cluster_name: "kind"
node_image: kindest/node:${{ matrix.version }}
- name: "Apply RBAC resources"
run: kubectl apply -k rbac
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test