We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250fe90 commit 6f4124eCopy full SHA for 6f4124e
.github/workflows/codeql.yml
@@ -43,6 +43,8 @@ jobs:
43
nix-shell --pure --command "codeql database analyze --output=$RUNNER_TEMP/ql.sarif --format=sarif-latest --sarif-category=ql4ql -- $RUNNER_TEMP/ql-db codeql/ql" tooling/shell.nix
44
45
- name: Upload results
46
+ env:
47
+ GITHUB_TOKEN: ${{ github.token }}
48
run: |
49
nix-shell --pure --keep GITHUB_TOKEN --command "codeql github upload-results --sarif=$RUNNER_TEMP/ql.sarif --repository=$GITHUB_REPOSITORY --ref=$GITHUB_REF --commit=$GITHUB_SHA" tooling/shell.nix
50
0 commit comments