Re-enabled to upload sarif file of scorecards

This commit is contained in:
Hiroshi SHIBATA 2025-06-20 10:44:31 +09:00
parent 5468148581
commit 9e8fa9bcd7
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -63,12 +63,12 @@ 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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
# with:
# name: SARIF file
# path: results.sarif
# retention-days: 5
- name: "Upload artifact"
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: SARIF file
path: results.sarif
retention-days: 5
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard