We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11d78d commit 398ad84Copy full SHA for 398ad84
1 file changed
action.yml
@@ -14,7 +14,7 @@ runs:
14
- name: Convert sarif
15
shell: bash
16
run: |
17
- dotnet tool install --global Sarif.Multitool
+ dotnet tool install --global Sarif.Multitool --version 2.3.18
18
outputDir="${{ inputs.sarif_directory }}"
19
mkdir $outputDir
20
0 commit comments