diff --git a/analyze/action.yml b/analyze/action.yml index 758abd846..b1d5d603d 100644 --- a/analyze/action.yml +++ b/analyze/action.yml @@ -24,7 +24,7 @@ inputs: description: The number of threads to be used by CodeQL. required: false checkout_path: - description: "The path at which the analyzed repository was checked out. Used to relativeize any absolute paths in the uploaded SARIF file." + description: "The path at which the analyzed repository was checked out. Used to relativize any absolute paths in the uploaded SARIF file." required: false default: ${{ github.workspace }} token: diff --git a/upload-sarif/action.yml b/upload-sarif/action.yml index 67ea9877a..6ae2f83ae 100644 --- a/upload-sarif/action.yml +++ b/upload-sarif/action.yml @@ -7,7 +7,7 @@ inputs: required: false default: '../results' checkout_path: - description: "The path at which the analyzed repository was checked out. Used to relativeize any absolute paths in the uploaded SARIF file." + description: "The path at which the analyzed repository was checked out. Used to relativize any absolute paths in the uploaded SARIF file." required: false default: ${{ github.workspace }} token: