fix(deps): update k8s.io/utils digest to 4693a02 #131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#name: SonarQube | |
#on: | |
# push: | |
# branches: | |
# - master | |
#jobs: | |
# sonarqube: | |
# name: SonarQube | |
# runs-on: ubuntu-22.04 | |
# steps: | |
# - uses: actions/checkout@v4 | |
# with: | |
# fetch-depth: 0 | |
# - name: SonarQube file | |
# run: | | |
# echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties | |
# - name: SonarQube Scan | |
# uses: sonarsource/[email protected] | |
# env: | |
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | |
# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} |