diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:48:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 23:48:48 +0900 |
commit | 81242a3acbea1455d535ddda78224e887a517cb3 (patch) | |
tree | 63f9d2a6d16f58e94fb699c5acf61043ada65f3c | |
parent | 0a3420b9b57a96cbb5b7712951870db97bbdc822 (diff) |
Remove incorrect version comment in scorecard.yml
-rw-r--r-- | .github/workflows/scorecard.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b03b17b4..f79530ac 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,7 +56,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@v3 # v3.1.0 + uses: actions/upload-artifact@v3 with: name: SARIF file path: results.sarif |