Skip to content

Commit f0452d5

Browse files
committed
Consistently use "post-processing"
1 parent b9cd368 commit f0452d5

File tree

12 files changed

+121
-119
lines changed

12 files changed

+121
-119
lines changed

.github/workflows/__quality-queries.yml

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

analyze/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ inputs:
7070
description: Whether to upload the resulting CodeQL database
7171
required: false
7272
default: "true"
73-
processed-sarif-path:
73+
post-processed-sarif-path:
7474
description: >-
7575
Before uploading the SARIF files produced by the CodeQL CLI, the CodeQL Action may perform some post-processing
76-
on them. Ordinarily, these processed SARIF files are not saved to disk. However, if a path is provided as an
76+
on them. Ordinarily, these post-processed SARIF files are not saved to disk. However, if a path is provided as an
7777
argument for this input, they are written to the specified directory.
7878
required: false
7979
wait-for-processing:

lib/analyze-action.js

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

lib/init-action-post.js

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

lib/upload-lib.js

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

0 commit comments

Comments
 (0)