Skip to content

Commit fafb4a6

Browse files
authored
Update codeql.yml
1 parent cebde5e commit fafb4a6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,9 @@ jobs:
8383
uses: github/codeql-action/analyze@v4
8484
with:
8585
category: "/language:${{matrix.language}}"
86+
#fix error:
87+
# Uploading results
88+
# Warning: commit not found - https://docs.github.com/rest
89+
# Error: commit not found - https://docs.github.com/rest
90+
sha: ${{ github.sha }}
91+
ref: ${{ github.ref }}

0 commit comments

Comments
 (0)