We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef9e7b commit 45ab97bCopy full SHA for 45ab97b
.github/actions/build-docker-image/action.yml
@@ -144,7 +144,7 @@ runs:
144
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
145
146
- name: Upload SARIF
147
- uses: github/codeql-action/upload-sarif@v3.25.6
+ uses: github/codeql-action/upload-sarif@v3.25.7
148
with:
149
sarif_file: ${{ steps.filename.outputs.filename }}
150
0 commit comments