Skip to content

chore(deps): Bump k8s.io/api from 0.36.0 to 0.36.1 #313

chore(deps): Bump k8s.io/api from 0.36.0 to 0.36.1

chore(deps): Bump k8s.io/api from 0.36.0 to 0.36.1 #313

Workflow file for this run

name: sonarcloud
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/setup-go@v6
with:
go-version: 1.25.x
- run: go test -covermode=atomic -coverprofile=coverage.out ./...
- name: SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}