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 266a02f commit 54ada86Copy full SHA for 54ada86
.github/workflows/codeql-analysis.yml
@@ -52,13 +52,6 @@ jobs:
52
category: "/language:${{matrix.language}}"
53
upload: false # Don't upload to avoid conflict with default setup
54
55
- - name: Upload CodeQL results manually
56
- uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
57
- if: always()
58
- with:
59
- sarif_file: /home/runner/work/aws-xray-sdk-python/results/python.sarif
60
- category: 'custom-codeql-analysis'
61
-
62
dependency-scan:
63
name: Python Dependency Scan
64
runs-on: ubuntu-latest
0 commit comments