Skip to content

Commit 71112ab

Browse files
Merge pull request #868 from edoardopirovano/debug-artifact-name
Make name of debugging artifact and DB within it configurable
2 parents 848e514 + e677af3 commit 71112ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+244
-83
lines changed

.github/workflows/__debug-artifacts.yml

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

init/action.yml

+10
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ inputs:
5959
description: Enable debugging mode. This will result in more output being produced which may be useful when debugging certain issues.
6060
required: false
6161
default: 'false'
62+
debug-artifact-name:
63+
description: >-
64+
The name of the artifact to store debugging information in.
65+
This is only used when debug mode is enabled.
66+
required: false
67+
debug-database-name:
68+
description: >-
69+
The name of the database uploaded to the debugging artifact.
70+
This is only used when debug mode is enabled.
71+
required: false
6272
outputs:
6373
codeql-path:
6474
description: The path of the CodeQL binary used for analysis

lib/analysis-paths.test.js

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analysis-paths.test.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze.test.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)