We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca500e2 + dc74026 commit 0f09072Copy full SHA for 0f09072
1 file changed
.github/workflows/sonarcloud-analysis.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- name: Download PR number artifact
23
if: github.event.workflow_run.event == 'pull_request'
24
- uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
+ uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
25
with:
26
workflow: SonarCloud Build
27
run_id: ${{ github.event.workflow_run.id }}
@@ -81,7 +81,7 @@ jobs:
81
restore-keys: ${{ runner.os }}-sonar
82
83
- name: Download coverage artifact
84
85
86
87
0 commit comments