We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196bdd1 + caf63a9 commit de222cbCopy full SHA for de222cb
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@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
+ uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
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