We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838d1e9 commit bfa4536Copy full SHA for bfa4536
1 file changed
.github/workflows/sonar.yml
@@ -11,6 +11,7 @@ jobs:
11
if: ${{ github.event.workflow_run.conclusion == 'success' }}
12
permissions:
13
actions: read # Required to download artifacts
14
+ pull-requests: write # Required for PR decoration comments
15
steps:
16
- name: 'Checkout project'
17
uses: actions/checkout@v6
@@ -21,7 +22,7 @@ jobs:
21
22
23
- name: 'Download cached artifact'
24
if: github.event_name == 'workflow_run'
- uses: actions/download-artifact@v5
25
+ uses: actions/download-artifact@v8
26
with:
27
name: sonar-artifact
28
run-id: ${{ github.event.workflow_run.id }}
0 commit comments