mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-02-09 12:07:25 +00:00
Merge 9bbd1b0482 into a31c9398be
This commit is contained in:
commit
742e99bc79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/qa-main.yml
vendored
2
.github/workflows/qa-main.yml
vendored
|
|
@ -433,7 +433,7 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: SonarQube Cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ${{ github.workspace }}/.sonar/cache
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-sonar
|
||||
|
|
|
|||
Loading…
Reference in a new issue