Skip to content

Commit 4cc2367

Browse files
committed
work
1 parent 8d6c207 commit 4cc2367

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/internal-pr-bundle-integration-test-cpp.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ jobs:
9393
${{ steps.analysis.outputs.sarif-output }}/*.sarif
9494
if-no-files-found: error
9595

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
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
103103

104104

105105
- name: Validate SARIF Results

0 commit comments

Comments
 (0)