Changeset 7c31078 in mod_gnutls
- Timestamp:
- Oct 7, 2020, 4:18:24 PM (6 months ago)
- Branches:
- asyncio
- Children:
- bf8cfb5
- Parents:
- d496629
- git-author:
- Fiona Klute <fiona.klute@…> (10/07/20 14:35:01)
- git-committer:
- Fiona Klute <fiona.klute@…> (10/07/20 16:18:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.github/workflows/analysis.yaml
rd496629 r7c31078 39 39 - name: make 40 40 run: scan-build -sarif -o sarif-output --use-cc=clang make 41 - name: Find output directory 42 run: | 43 echo "SARIF_DIR=$(ls -d sarif-output/*)" >> ${GITHUB_ENV} 41 44 - name: Upload SARIF results 42 45 uses: github/codeql-action/upload-sarif@v1 43 46 with: 44 sarif_file: 'sarif-output/'47 sarif_file: ${{ env.SARIF_DIR }}
Note: See TracChangeset
for help on using the changeset viewer.