Skip to content

Commit

Permalink
chore(actions): switch to github runners (#74)
Browse files Browse the repository at this point in the history
* chore(actions): switch to github runners

* chore(actions): remove sonarqube
  • Loading branch information
andre-lx authored Mar 19, 2024
1 parent cf83cb4 commit 5f8a1ce
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
33 changes: 33 additions & 0 deletions .github/deprecated/sonarqube.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: SonarQube



on:
push:
branches:
- master



jobs:
sonarqube:
name: SonarQube
runs-on:
#- self-hosted
#- small
- 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 }}
33 changes: 0 additions & 33 deletions .github/workflows/sonarqube.yaml

This file was deleted.

0 comments on commit 5f8a1ce

Please sign in to comment.