Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 39c59d2

Browse files
committed
Upload failed SARIF files to Code Scanning
1 parent 29dc2a5 commit 39c59d2

28 files changed

+309
-63
lines changed

analyze/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ inputs:
4545
checkout_path:
4646
description: "The path at which the analyzed repository was checked out. Used to relativize any absolute paths in the uploaded SARIF file."
4747
required: false
48+
# If changing this, make sure to update workflow.ts accordingly.
4849
default: ${{ github.workspace }}
4950
ref:
5051
description: "The ref where results will be uploaded. If not provided, the Action will use the GITHUB_REF environment variable. If provided, the sha input must be provided as well. This input is not available in pull requests from forks."
@@ -62,6 +63,7 @@ inputs:
6263
wait-for-processing:
6364
description: If true, the Action will wait for the uploaded SARIF to be processed before completing.
6465
required: true
66+
# If changing this, make sure to update workflow.ts accordingly.
6567
default: "true"
6668
token:
6769
default: ${{ github.token }}

lib/actions-util.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/actions-util.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)