We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 16d6b0b + 81ff443 commit 862d342Copy full SHA for 862d342
1 file changed
.github/workflows/sonarcloud-analysis.yml
@@ -23,7 +23,7 @@ jobs:
23
run: cat $GITHUB_EVENT_PATH
24
- name: Download PR number artifact
25
if: github.event.workflow_run.event == 'pull_request'
26
- uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
+ uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
27
with:
28
workflow: SonarCloud Build
29
run_id: ${{ github.event.workflow_run.id }}
@@ -48,7 +48,7 @@ jobs:
48
49
fetch-depth: 0
50
- name: Download build artifacts
51
52
53
54
0 commit comments