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 8eb15c3 commit 9e3341eCopy full SHA for 9e3341e
1 file changed
.github/workflows/codeql-multiple-repo-scan.yml
@@ -41,6 +41,10 @@ jobs:
41
steps:
42
- name: Checkout central repository
43
uses: actions/checkout@v4
44
+ - name: Install sarif-tools for HTML report generation
45
+ run: |
46
+ python3 -m pip install --upgrade pip
47
+ pip3 install sarif-tools
48
# Add coding standard packages and dependencies
49
- name: Cache repository checkouts
50
uses: actions/cache@v4
0 commit comments