We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ec062a + be8f340 commit b3ca243Copy full SHA for b3ca243
1 file changed
.github/workflows/sonarcloud-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
run: cat $GITHUB_EVENT_PATH
20
- name: Download PR number artifact
21
if: github.event.workflow_run.event == 'pull_request' || (github.event.workflow_run.actor == 'dependabot[bot]' && github.event.workflow_run.event == 'pull_request_target')
22
- uses: dawidd6/action-download-artifact@1f8785ff7a5130826f848e7f72725c85d241860f # v18
+ uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
23
with:
24
workflow: SonarCloud Build
25
run_id: ${{ github.event.workflow_run.id }}
0 commit comments