File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1515 schedule :
1616 - cron : ' 17 5 * * 0' # Random time
1717 workflow_dispatch :
18+ inputs :
19+ upload-result-as-artifact :
20+ description : ' Upload Qodana result as artifact'
21+ required : false
22+ default : ' false'
1823
1924concurrency :
2025 group : ${{ github.workflow }}-${{ github.ref }}
2732 runs-on : ubuntu-latest
2833 permissions :
2934 contents : write
35+ pull-requests : write
3036 checks : write
3137 security-events : write
3238 steps :
5258 cache-dir : ${{ runner.temp }}/qodana/caches
5359 primary-cache-key : ${{ runner.os }}-qodana-${{ github.ref }}-${{ hashFiles('**/*.csproj') }}
5460 additional-cache-key : ${{ runner.os }}-qodana-${{ github.ref }}
61+ upload-result : ${{github.event_name == 'workflow_dispatch' && inputs.upload-result-as-artifact == true}}
62+ post-pr-comment : true
63+ github-token : ${{ github.token }}
5564 env :
5665 QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
5766 - name : 📊 upload sarif file for GitHub Advanced Security Dashboard
You can’t perform that action at this time.
0 commit comments