We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cebde5e commit fafb4a6Copy full SHA for fafb4a6
1 file changed
.github/workflows/codeql.yml
@@ -83,3 +83,9 @@ jobs:
83
uses: github/codeql-action/analyze@v4
84
with:
85
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