[linty] relocate sonar project script

This commit is contained in:
stnolting 2024-10-04 23:47:20 +02:00
parent 56b22b0586
commit 1cb21ddda5
2 changed files with 4 additions and 1 deletions

View file

@ -11,10 +11,13 @@ jobs:
steps:
- name: Git Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup
run: cp $GITHUB_WORKSPACE/.github/sonar-project.properties $GITHUB_WORKSPACE/sonar-project.properties
- name: Cache
uses: actions/cache@v3.3.0
with: