We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056494c commit 6309fc5Copy full SHA for 6309fc5
.github/workflows/mega-linter.yml
@@ -48,6 +48,7 @@ jobs:
48
contents: write
49
issues: write
50
pull-requests: write
51
+ security-events: write # needed for SARIF upload
52
53
steps:
54
# Git Checkout
@@ -200,6 +201,6 @@ jobs:
200
201
# https://megalinter.io/latest/reporters/SarifReporter/
202
- name: Upload MegaLinter scan results to GitHub Security tab
203
if: success() || failure()
- uses: github/codeql-action/upload-sarif@v2
204
+ uses: github/codeql-action/upload-sarif@v3
205
with:
206
sarif_file: "megalinter-reports/megalinter-report.sarif"
0 commit comments