]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Fix action args, docs was wrong 7555/head
authorSimon Cozens <simon@simon-cozens.org>
Mon, 15 Apr 2024 09:24:26 +0000 (10:24 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 15 Apr 2024 09:24:26 +0000 (10:24 +0100)
.github/workflows/scorecard.yml

index 8f41b8688192c955c79f4205d55708c95acd33fb..637874e167a23ed691296f66a81010679bd18ad1 100644 (file)
@@ -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