We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398ad84 commit c049036Copy full SHA for c049036
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 --version 2.3.18
+ dotnet tool install --global Sarif.Multitool --version 2.3.10
18
outputDir="${{ inputs.sarif_directory }}"
19
mkdir $outputDir
20
0 commit comments