Skip to content

Commit 398ad84

Browse files
authored
lock sarif multitool version
2.4 sarif multitool doesn't like -p
1 parent b11d78d commit 398ad84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
- name: Convert sarif
1515
shell: bash
1616
run: |
17-
dotnet tool install --global Sarif.Multitool
17+
dotnet tool install --global Sarif.Multitool --version 2.3.18
1818
outputDir="${{ inputs.sarif_directory }}"
1919
mkdir $outputDir
2020

0 commit comments

Comments
 (0)