Skip to content

Commit

Permalink
[Actions] Updated .github/workflows/oss-scorecared.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Apr 23, 2024
1 parent e4bff00 commit 14e36ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oss-scorecared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ 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@v4.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: SARIF file
path: results.sarif
retention-days: 5

# required for Code scanning alerts
- name: "Upload SARIF results to code scanning"
uses: github/codeql-action/upload-sarif@v3.25.1
uses: github/codeql-action/upload-sarif@v3.25.2
with:
sarif_file: results.sarif

0 comments on commit 14e36ca

Please sign in to comment.