Skip to content

Commit

Permalink
Remove limit to store GitHub actions artifacts
Browse files Browse the repository at this point in the history
Limit was set to 5 days, now it is set to the default of 90 days limit to view the GitHub action artifacts after the action was ran.

Co-authored-by: daxpedda <[email protected]>
  • Loading branch information
gabibguti and daxpedda authored Oct 26, 2023
1 parent 7b511b1 commit ce45d56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
Expand Down

0 comments on commit ce45d56

Please sign in to comment.