Skip to content

chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14 #42

chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14

chore(actions): update pypa/gh-action-pypi-publish action to v1.8.14 #42

Workflow file for this run

name: SonarQube
on:
push:
branches:
- main
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/sonarqube-scan-action@v2.0.1
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}