We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1abb8da commit d047c3bCopy full SHA for d047c3b
.github/workflows/codeql-analysis.yml
@@ -54,13 +54,6 @@ jobs:
54
category: "/language:${{matrix.language}}"
55
upload: false # Don't upload to avoid conflict with default setup
56
57
- - name: Upload CodeQL results manually
58
- uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
59
- if: always()
60
- with:
61
- sarif_file: /home/runner/work/aws-xray-sdk-java/results/java.sarif
62
- category: 'custom-codeql-analysis'
63
-
64
dependency-scan:
65
name: Java Dependency Scan
66
runs-on: ubuntu-latest
0 commit comments