We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca48e5 commit 9ba05b0Copy full SHA for 9ba05b0
.github/workflows/container-ci.yaml
@@ -150,7 +150,7 @@ jobs:
150
- name: Cleanup
151
if: always()
152
run: docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
153
- - uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
+ - uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
154
with:
155
sarif_file: '${{ matrix.container }}-scan.sarif'
156
category: '${{ matrix.container }}'
0 commit comments