From 512c07d9a3c7fee000e3f26b8e0b07b9984b7145 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen <ericornelissen@gmail.com> Date: Fri, 20 Nov 2020 11:11:17 +0100 Subject: [PATCH] Fix typos in Action config files --- analyze/action.yml | 2 +- upload-sarif/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: