mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-06-29 19:40:42 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6eff86b422 |
@@ -425,7 +425,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: SonarQube Cache
|
- name: SonarQube Cache
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/.sonar/cache
|
path: ${{ github.workspace }}/.sonar/cache
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-sonar
|
key: ${{ runner.os }}-${{ runner.arch }}-sonar
|
||||||
|
|||||||
Reference in New Issue
Block a user