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 8d6c207 commit 4cc2367Copy full SHA for 4cc2367
.github/workflows/internal-pr-bundle-integration-test-cpp.yml
@@ -93,13 +93,13 @@ jobs:
93
${{ steps.analysis.outputs.sarif-output }}/*.sarif
94
if-no-files-found: error
95
96
- - name: Upload Bundle Used
97
- uses: actions/upload-artifact@v2
98
- with:
99
- name: codeql-bundle.tar.gz
100
- path: |
101
- ${{ env.QLT_CODEQL_HOME }}/../out/codeql-bundle.tar.gz
102
- if-no-files-found: error
+ # - name: Upload Bundle Used
+ # uses: actions/upload-artifact@v2
+ # with:
+ # name: codeql-bundle.tar.gz
+ # path: |
+ # ${{ env.QLT_CODEQL_HOME }}/../out/codeql-bundle.tar.gz
+ # if-no-files-found: error
103
104
105
- name: Validate SARIF Results
0 commit comments