review-comments: add more descriptive comments to various persist/restoreState callsites.
Co-authored-by: Henry Mercer <henrymercer@github.com> Co-authored-by: Fotis Koutoulakis <nlightnfotis@github.com>
This commit is contained in:
parent
cdceebcb88
commit
9bc4ee10c7
24 changed files with 24 additions and 28 deletions
1
lib/upload-sarif-action-post.js
generated
1
lib/upload-sarif-action-post.js
generated
|
|
@ -40,6 +40,7 @@ const repository_1 = require("./repository");
|
|||
const util_1 = require("./util");
|
||||
async function runWrapper() {
|
||||
try {
|
||||
// Restore inputs from `upload-sarif` Action.
|
||||
actionsUtil.restoreInputs();
|
||||
const logger = (0, logging_1.getActionsLogger)();
|
||||
const gitHubVersion = await (0, api_client_1.getGitHubVersion)();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue