Skip to content

Commit 9e3341e

Browse files
committed
added sarif-tools installation
1 parent 8eb15c3 commit 9e3341e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
steps:
4242
- name: Checkout central repository
4343
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
4448
# Add coding standard packages and dependencies
4549
- name: Cache repository checkouts
4650
uses: actions/cache@v4

0 commit comments

Comments
 (0)