Update main.yaml

pull/20/head
Ali Kamal 2023-02-24 00:23:28 +05:00 zatwierdzone przez GitHub
rodzic 3ba7081546
commit 94cdddacf1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 19 usunięć

Wyświetl plik

@ -37,23 +37,4 @@ jobs:
- name: Set up CodeQL
uses: github/codeql-action@v2
- name: Analyze code with CodeQL
uses: github/codeql-action/analyze@v1
with:
# Path to the codeQL database to analyze
database: codeql-database
# Path to the code to be analyzed
codeql: 'picoGPT'
# Additional CodeQL queries to run
queries: ./codeql-queries
# Output format for the CodeQL results
format: sarif-latest
- name: Upload SARIF results
uses: github/codeql-action/upload-sarif@v1
with:
# Path to the SARIF file produced by the CodeQL analysis
sarif_file: codeql-database/results.sarif