Skip to content

fix: trust platform TLS roots (#10) #16

fix: trust platform TLS roots (#10)

fix: trust platform TLS roots (#10) #16

Workflow file for this run

name: Sonar Scan
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pull-requests: read
jobs:
sonar:
name: Sonar Scan
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
# actions/checkout@v6
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
with:
fetch-depth: 0
- name: SonarQube Scan
# SonarSource/sonarqube-scan-action@v8.2.0
uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}