We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fea3dee + 0daeaa4 commit aa2bd32Copy full SHA for aa2bd32
.github/workflows/sonar-scan.yaml
@@ -40,15 +40,15 @@ jobs:
40
fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports
41
42
- name: Download ESLint report
43
- uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
+ uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
44
with:
45
workflow: lint.yaml
46
workflow_conclusion: ''
47
name: eslint-report
48
if_no_artifact_found: warn
49
50
- name: Download tests report
51
52
53
workflow: test.yaml
54
0 commit comments