From: Simon Cozens Date: Mon, 15 Apr 2024 09:24:26 +0000 (+0100) Subject: Fix action args, docs was wrong X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7555%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Fix action args, docs was wrong --- diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 8f41b86881..637874e167 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -39,8 +39,8 @@ jobs: - name: "Run analysis" uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 with: - result_file: results.sarif - result_format: sarif + results_file: results.sarif + results_format: sarif # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: # - you want to enable the Branch-Protection check on a *public* repository, or # - you are installing Scorecard on a *private* repository