Skip to content

build(deps): bump github.com/containers/image/v5 from 5.30.1 to 5.32.2 #137

build(deps): bump github.com/containers/image/v5 from 5.30.1 to 5.32.2

build(deps): bump github.com/containers/image/v5 from 5.30.1 to 5.32.2 #137

Workflow file for this run

name: Sonar
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
sonar:
name: Sonar
runs-on: ubuntu-latest
if: github.repository == 'vanilla-os/ABRoot'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}