We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ca59b2 + 5f682ba commit 2ed552aCopy full SHA for 2ed552a
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@8305c0f1062bb0d184d09ef4493ecb9288447732 # v20
+ uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
23
with:
24
workflow: SonarCloud Build
25
run_id: ${{ github.event.workflow_run.id }}
0 commit comments