We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617e926 commit ee8f082Copy full SHA for ee8f082
action.yml
@@ -131,6 +131,6 @@ runs:
131
shell: bash
132
- name: Upload SARIF file
133
if: inputs.upload_sarif == 'true'
134
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
135
with:
136
sarif_file: ${{ inputs.base_path }}/spotbugs_working+/spotbugs.sarif
0 commit comments