mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
disable upload of results due to github code scanning API change
This commit is contained in:
parent
081a469a11
commit
2eb26aced4
1 changed files with 5 additions and 4 deletions
9
.github/workflows/codacy-analysis.yml
vendored
9
.github/workflows/codacy-analysis.yml
vendored
|
|
@ -46,7 +46,8 @@ jobs:
|
|||
max-allowed-issues: 2147483647
|
||||
|
||||
# Upload the SARIF file generated in the previous step
|
||||
- name: Upload SARIF results file
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
# disabled due to: https://github.com/codacy/codacy-analysis-cli-action/issues/142
|
||||
#- name: Upload SARIF results file
|
||||
# uses: github/codeql-action/upload-sarif@v4
|
||||
# with:
|
||||
# sarif_file: results.sarif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue