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 8, 2024
1 parent b01f44e commit 9da37d0
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@v3.1.2
uses: actions/upload-artifact@v4.3.1
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@v2.3.6
uses: github/codeql-action/upload-sarif@v3.24.10
with:
sarif_file: results.sarif

0 comments on commit 9da37d0

Please sign in to comment.